Differences between revisions 12 and 15 (spanning 3 versions)
Revision 12 as of 2014-05-20 21:11:44
Size: 788
Editor: SamatJain
Comment:
Revision 15 as of 2014-05-20 22:01:43
Size: 1550
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
We've had children as young as 3 climb 12k foot mountains.

== Weather ==

[[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]]

Example URL for interactive page:

 * 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 URL for interactive page:

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)