simple_dwd_weatherforecast icon indicating copy to clipboard operation
simple_dwd_weatherforecast copied to clipboard

This is a python package for simple access to hourly forecast data for the next 10 days and reported weather where this data is provided.

Results 2 simple_dwd_weatherforecast issues
Sort by recently updated
recently updated
newest added

I was wondering if it would be possible to add support for [ICON-D2](https://www.dwd.de/EN/ourservices/nwp_forecast_data/nwp_forecast_data.html). It seems to provide significantly more accurate data (thanks to higher resolutions it seems) than the "normal"...

The order of the map layers is currently wrong https://github.com/FL550/simple_dwd_weatherforecast/blob/ea92b08404ba0130d8fa346752e72577d62825e8/simple_dwd_weatherforecast/dwdmap.py#L43 With the url as per the line 43, above: `https://maps.dwd.de/geoserver/dwd/wms?service=WMS&version=1.1.0&request=GetMap&layers=dwd:Laender,dwd:Satellite_meteosat_1km_euat_rgb_day_hrv_and_night_ir108_3h&bbox=4.4,46.4,16.1,55.6&width=720&height=803&srs=EPSG:4326&styles=&format=image/png` we get this image ![image](https://github.com/FL550/simple_dwd_weatherforecast/assets/3703938/04648ab2-0d95-42da-9cdd-e6621e5fde57) Reversing the two layers to...