| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <kml xmlns="http://earth.google.com/kml/2.2" |
|---|
| 3 | xmlns:atom="http://www.w3.org/2005/Atom"> |
|---|
| 4 | <Document> |
|---|
| 5 | <name>Global Temperature Station Data</name> |
|---|
| 6 | <atom:author> |
|---|
| 7 | <atom:name>K. D. Mankoff</atom:name> |
|---|
| 8 | </atom:author> |
|---|
| 9 | <atom:link href="http://edgcm.columbia.edu/~mankoff/StationData/" /> |
|---|
| 10 | |
|---|
| 11 | <Folder> |
|---|
| 12 | <name>StationData</name> |
|---|
| 13 | <visibility>0</visibility> |
|---|
| 14 | <open>0</open> |
|---|
| 15 | <description><![CDATA[ |
|---|
| 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> |
|---|
| 21 | <br><br> |
|---|
| 22 | ]]></description> |
|---|
| 23 | <NetworkLink> |
|---|
| 24 | <name>Station List</name> |
|---|
| 25 | <visibility>0</visibility> |
|---|
| 26 | <open>0</open> |
|---|
| 27 | <description></description> |
|---|
| 28 | <Link> |
|---|
| 29 | <href>http://edgcm.columbia.edu/cgi-bin/station_data.cgi</href> |
|---|
| 30 | </Link> |
|---|
| 31 | </NetworkLink> |
|---|
| 32 | </Folder> |
|---|
| 33 | </Document> |
|---|
| 34 | </kml> |
|---|
| 35 | |
|---|