Changeset 819 for misc/StationData/stationdata.pro
- Timestamp:
- 08/28/07 14:15:58 (13 months ago)
- Files:
-
- 1 moved
-
misc/StationData/stationdata.pro (moved) (moved from misc/StationData/GISTEMP.pro) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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
