Differences between revisions 13 and 16 (spanning 3 versions)
Revision 13 as of 2014-05-20 21:34:27
Size: 871
Editor: SamatJain
Comment:
Revision 16 as of 2014-05-20 22:43:08
Size: 1530
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
[[http://stackoverflow.com/questions/951839/api-to-get-weather-based-on-longitude-and-latitude-coordinates|web services - API to get weather based on longitude and latitude coordinates - Stack Overflow]]
Line 20: Line 21:
Example URLs:

 * Interactive/HTML: http://forecast.weather.gov/MapClick.php?lon=-105.57805&lat=35.30033
 * XML: http://forecast.weather.gov/MapClick.php?lon=-105.57805&lat=35.30033&FcstType=dwml
 * JSON: http://forecast.weather.gov/MapClick.php?lon=-105.57805&lat=35.30033&FcstType=json

In the JSON output, location/zone contains the zone for fetching weather for a zone:

http://forecast.weather.gov/MapClick.php?zoneid=NMZ523

XML output:

Things to add to hike template

Frequently Asked Questions

Are children allowed on the hike? Is there an age cut off?

Yes, they are your responsibility.

We've had children as young as 3 climb 12k foot mountains.

Weather

web services - API to get weather based on longitude and latitude coordinates - Stack Overflow

Example URLs:

In the JSON output, location/zone contains the zone for fetching weather for a zone:

http://forecast.weather.gov/MapClick.php?zoneid=NMZ523

XML output:

SamatsWiki: Meetup (last edited 2015-10-07 20:31:16 by SamatJain)