farmOS / farm_weather

Provides a weather observation quick form and log category.
1 stars 2 forks source link

Weather map layer(s) #1

Open mstenta opened 6 years ago

mstenta commented 6 years ago

Originally posted by @JBruceDawson in https://www.drupal.org/project/farm/issues/2785137:

Wunderground.com has a very nice radar image that gives near-real-time animation of local weather. And its pretty accurate. See https://www.wunderground.com/wundermap/?lat=43.24&lon=-71.51&radar=1 for the current weather my area.

It would sure be nice if something like this can be integrated as a layer on the map.

(screenshot): https://www.drupal.org/files/issues/Screenshot%20from%202016-08-16%2017%3A23%3A36.png

mstenta commented 6 years ago

It looks like WeatherUnderground provides a few layers we might be able to use:

Radar: https://www.wunderground.com/weather/api/d/docs?d=layers/radar Satellite: https://www.wunderground.com/weather/api/d/docs?d=layers/radar-satellite Radar+Satellite: https://www.wunderground.com/weather/api/d/docs?d=layers/satellite

mstenta commented 6 years ago

Another option: https://openweathermap.org/api/weathermaps

JBruceDawson commented 6 years ago

Not sure which is best. I like the OpenWeatherMap licensing, but it does require using an API key. Not sure about Wunderground.

--Bruce

On 08/01/2018 11:54 AM, Michael Stenta wrote:

Another option: https://openweathermap.org/api/weathermaps

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mstenta/farm_weather/issues/1#issuecomment-409623413, or mute the thread https://github.com/notifications/unsubscribe-auth/ALO9yDVR05_Ue56Wfxwkiu866SbMRhtnks5uMc83gaJpZM4VqwQC.

mstenta commented 6 years ago

Yea it would be worth digging in a bit further - and seeing what other options exist too. I think a lot of map layer providers are moving toward API key requirements these days (Google just made it a requirement too).