Changeset 819

Show
Ignore:
Timestamp:
08/28/07 14:15:58 (12 months ago)
Author:
mankoff
Message:

GISTEMP -> StationData

Location:
misc/StationData
Files:
1 modified
3 moved

Legend:

Unmodified
Added
Removed
  • misc/StationData/README.txt

    r806 r819  
    1 README.txt for GISTEMP in Google Earth 
     1README.txt for Station Data in Google Earth 
    22 
    3 See http://dev.edgcm.columbia.edu/wiki/GISTEMP 
     3See http://dev.edgcm.columbia.edu/wiki/StationData 
    44 
  • misc/StationData/StationData.kml

    r806 r819  
    33         xmlns:atom="http://www.w3.org/2005/Atom"> 
    44  <Document> 
    5   <name>GISTEMP Climate Data ReAnalysis</name> 
     5  <name>Global Temperature Station Data</name> 
    66  <atom:author>       
    77    <atom:name>K. D. Mankoff</atom:name>     
    88  </atom:author>     
    9   <atom:link href="http://edgcm.columbia.edu/~mankoff/GISTEMP/" />     
     9  <atom:link href="http://edgcm.columbia.edu/~mankoff/StationData/" />     
    1010 
    1111  <Folder> 
    12     <name>GISTEMP</name> 
     12    <name>StationData</name> 
    1313    <visibility>0</visibility> 
    1414    <open>0</open> 
    1515    <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> 
    2021        <br><br> 
    2122    ]]></description> 
    2223    <NetworkLink> 
    23       <name>GISTEMP Network</name> 
     24      <name>Station List</name> 
    2425      <visibility>0</visibility> 
    2526      <open>0</open> 
    26       <description>Click to fetch data</description> 
     27      <description></description> 
    2728      <Link> 
    28         <href>http://edgcm.columbia.edu/cgi-bin/GISTEMP.cgi</href> 
     29        <href>http://edgcm.columbia.edu/cgi-bin/station_data.cgi</href> 
    2930      </Link> 
    3031    </NetworkLink> 
  • misc/StationData/station_data.cgi

    r807 r819  
    33print "Content-type: application/vnd.google-earth.kmz\n\n"; 
    44 
    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"; 
    76open(KMZ, "< $kmz") ; 
    87while (<KMZ>) { 
  • misc/StationData/stationdata.pro

    r816 r819  
    409409 
    410410pro makeKML, giss, ghcn, data, meta 
    411 openw, lun, 'GISTEMP_net.kml', /get_lun 
     411openw, lun, 'StationData_net.kml', /get_lun 
    412412printf, lun, '<?xml version="1.0" encoding="UTF-8"?>' 
    413413printf, lun, '<kml xmlns="http://earth.google.com/kml/2.1">' 
     
    483483pro description, lun,icc,wmo,wmo_mod,name 
    484484printf, lun, '    <center>' 
    485 printf, lun, '      <img src="http://edgcm.columbia.edu/~mankoff/GISTEMP/images/'+ $ 
     485printf, lun, '      <img src="http://edgcm.columbia.edu/~mankoff/StationData/images/'+ $ 
    486486        icc+wmo+wmo_mod+'.ps.png">' 
    487487printf, lun, '    </center>' 
     
    501501file = strmid(file,strpos(file,'/',/reverse_search)+1,100) ; just the name 
    502502printf, lun, '    <font size=-1>' + $ 
    503         '<a href="http://edgcm.columbia.edu/~mankoff/GISTEMP/data/'+ $ 
     503        '<a href="http://edgcm.columbia.edu/~mankoff/StationData/data/'+ $ 
    504504        file+'">station data file</a></font><br><br>' 
    505505 
     
    708708 
    709709 
    710 pro GISTEMP 
     710pro stationdata 
    711711 
    712712; get all the data