mschlenstedt / LoxBerry-Plugin-Weather4Lox

A LoxBerry Plugin: http://plugins.loxberry.de/plugin/weather4lox/
Apache License 2.0
10 stars 10 forks source link

New Forecast Provider Geosphere (Austria) #110

Open MichaelST01 opened 3 months ago

MichaelST01 commented 3 months ago

Maybe it is worth checking out the https://dataset.api.hub.geosphere.at/v1/docs/getting-started.html Documentation for adding a new forecast provider.

The data is public available, and the have a high resolution forecast model: https://data.hub.geosphere.at/dataset/nwp-v1-1h-2500m

Example for temperature on specific location: https://dataset.api.hub.geosphere.at/v1/timeseries/forecast/nwp-v1-1h-2500m?parameters=t2m&parameters=rr_acc&lat_lon=47.3948%2C13.6878

Also Warning Messages are possible via API (Example for Leibnitz): 'https://warnungen.zamg.at/wsapp/api/getWarningsForCoords?lon=15.5621&lat=46.7904&lang=de'

mschlenstedt commented 3 months ago

Seems verry good data for austria. Unfortunately the data structure is really uncommon, so integrating this service into the plugin wil result in a complete new grabber (no existing one can be used as template).

So I am afraid I cannot do this due to lack of time. Maybe someone else with Perl skills will take this job....