Created
May 11, 2009 01:39
-
-
Save benaskins/109831 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="iso-8859-1" ?> | |
<data> | |
<metadata> | |
<sector>weather</sector> | |
<title>Weatherzone</title> | |
<provider>The Weather Company</provider> | |
<provider_url>http://www.theweather.com.au</provider_url> | |
<schema>twcwx.dtd</schema> | |
<version>1.80</version> | |
<create_time tz="EDT">2009-05-11T11:39:02</create_time> | |
<validity> | |
<date>2009-05-11</date> | |
<day_name>Monday</day_name> | |
</validity> | |
</metadata> | |
<weather> | |
<countries> | |
<country code="AU" name="Australia"> | |
<location type="WAVE" code="WN24" name="Sydney" state="NSW"> | |
<buoy_data> | |
<related_location type="WAVE" code="WN24" name="Sydney" state="NSW"> | |
</related_location> | |
<buoy_obs> | |
<day_name>Monday</day_name> | |
<time tz="">2009-05-11T04:00</time> | |
<wave_height_m units="m" significant="2.6" max="4.7"/> | |
<wave_height_ft units="ft" significant="8.4" max="15.6"/> | |
<wave_period units="s" significant="11" peak="13"/> | |
<wave_dir_degrees units="°">154</wave_dir_degrees> | |
<wave_dir_compass>SSE</wave_dir_compass> | |
<sea_temp_c units="°C">22.8</sea_temp_c> | |
</buoy_obs> | |
</buoy_data> | |
</location> | |
</country> | |
</countries> | |
</weather> | |
</data> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://webservice.theweather.com.au/ws2/wx.php?lt=WAVE&lc=WN24&buoy=1&locdet=1&u=12804 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment