Changeset 819
- Timestamp:
- 08/28/07 14:15:58 (12 months ago)
- Location:
- misc/StationData
- Files:
-
- 1 modified
- 3 moved
-
README.txt (modified) (1 diff)
-
StationData.kml (moved) (moved from misc/StationData/GISTEMP.kml) (1 diff)
-
station_data.cgi (moved) (moved from misc/StationData/GISTEMP.cgi) (1 diff)
-
stationdata.pro (moved) (moved from misc/StationData/GISTEMP.pro) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
misc/StationData/README.txt
r806 r819 1 README.txt for GISTEMPin Google Earth1 README.txt for Station Data in Google Earth 2 2 3 See http://dev.edgcm.columbia.edu/wiki/ GISTEMP3 See http://dev.edgcm.columbia.edu/wiki/StationData 4 4 -
misc/StationData/StationData.kml
r806 r819 3 3 xmlns:atom="http://www.w3.org/2005/Atom"> 4 4 <Document> 5 <name>G ISTEMP Climate Data ReAnalysis</name>5 <name>Global Temperature Station Data</name> 6 6 <atom:author> 7 7 <atom:name>K. D. Mankoff</atom:name> 8 8 </atom:author> 9 <atom:link href="http://edgcm.columbia.edu/~mankoff/ GISTEMP/" />9 <atom:link href="http://edgcm.columbia.edu/~mankoff/StationData/" /> 10 10 11 11 <Folder> 12 <name> GISTEMP</name>12 <name>StationData</name> 13 13 <visibility>0</visibility> 14 14 <open>0</open> 15 15 <description><![CDATA[ 16 This is the GISTEMP station data re-analyzed and displayed in 17 Google Earth. For full details please visit:<br><br> 18 <a href="http://edgcm.columbia.edu/~mankoff/GISTEMP/"> 19 http://edgcm.columbia.edu/~mankoff/GISTEMP/</a> 16 This layer provides access to the NASA GISS GISTEMP 17 Station Data in Google Earth.<br><br> 18 For full details please visit:<br><br> 19 <a href="http://edgcm.columbia.edu/~mankoff/StationData/"> 20 http://edgcm.columbia.edu/~mankoff/StationData/</a> 20 21 <br><br> 21 22 ]]></description> 22 23 <NetworkLink> 23 <name> GISTEMP Network</name>24 <name>Station List</name> 24 25 <visibility>0</visibility> 25 26 <open>0</open> 26 <description> Click to fetch data</description>27 <description></description> 27 28 <Link> 28 <href>http://edgcm.columbia.edu/cgi-bin/ GISTEMP.cgi</href>29 <href>http://edgcm.columbia.edu/cgi-bin/station_data.cgi</href> 29 30 </Link> 30 31 </NetworkLink> -
misc/StationData/station_data.cgi
r807 r819 3 3 print "Content-type: application/vnd.google-earth.kmz\n\n"; 4 4 5 ### change all files that have "Template" inside them to $runID 6 $kmz = "/Users/mankoff/Sites/GISTEMP/GISTEMP_net.kmz"; 5 $kmz = "/Users/mankoff/Sites/StationData/StationData_net.kmz"; 7 6 open(KMZ, "< $kmz") ; 8 7 while (<KMZ>) { -
misc/StationData/stationdata.pro
r816 r819 409 409 410 410 pro makeKML, giss, ghcn, data, meta 411 openw, lun, ' GISTEMP_net.kml', /get_lun411 openw, lun, 'StationData_net.kml', /get_lun 412 412 printf, lun, '<?xml version="1.0" encoding="UTF-8"?>' 413 413 printf, lun, '<kml xmlns="http://earth.google.com/kml/2.1">' … … 483 483 pro description, lun,icc,wmo,wmo_mod,name 484 484 printf, lun, ' <center>' 485 printf, lun, ' <img src="http://edgcm.columbia.edu/~mankoff/ GISTEMP/images/'+ $485 printf, lun, ' <img src="http://edgcm.columbia.edu/~mankoff/StationData/images/'+ $ 486 486 icc+wmo+wmo_mod+'.ps.png">' 487 487 printf, lun, ' </center>' … … 501 501 file = strmid(file,strpos(file,'/',/reverse_search)+1,100) ; just the name 502 502 printf, lun, ' <font size=-1>' + $ 503 '<a href="http://edgcm.columbia.edu/~mankoff/ GISTEMP/data/'+ $503 '<a href="http://edgcm.columbia.edu/~mankoff/StationData/data/'+ $ 504 504 file+'">station data file</a></font><br><br>' 505 505 … … 708 708 709 709 710 pro GISTEMP710 pro stationdata 711 711 712 712 ; get all the data
