Differences between revisions 13 and 19 (spanning 6 versions)
Revision 13 as of 2014-05-20 21:34:27
Size: 871
Editor: SamatJain
Comment:
Revision 19 as of 2014-07-23 22:03:38
Size: 1540
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * [[http://www.americanhiking.org/hiking-etiquette/|American Hiking Society Hiking Etiquette - American Hiking Society]]  * [[http://www.americanhiking.org/resources/hiking-etiquette/|American Hiking Society Hiking Etiquette - American Hiking Society]]
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)