simple-dwd-weatherforecast 2.0.28__tar.gz → 2.0.29__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {simple_dwd_weatherforecast-2.0.28/simple_dwd_weatherforecast.egg-info → simple_dwd_weatherforecast-2.0.29}/PKG-INFO +1 -1
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/setup.py +1 -1
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/simple_dwd_weatherforecast/dwdmap.py +1 -1
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29/simple_dwd_weatherforecast.egg-info}/PKG-INFO +1 -1
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/LICENCE +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/README.md +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/setup.cfg +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/simple_dwd_weatherforecast/__init__.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/simple_dwd_weatherforecast/dwdforecast.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/simple_dwd_weatherforecast/stations.json +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/simple_dwd_weatherforecast/uv_stations.json +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/simple_dwd_weatherforecast.egg-info/SOURCES.txt +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/simple_dwd_weatherforecast.egg-info/dependency_links.txt +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/simple_dwd_weatherforecast.egg-info/requires.txt +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/simple_dwd_weatherforecast.egg-info/top_level.txt +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/__init__.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/dummy_data.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/dummy_data_full.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/dummy_uv.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_daily_condition.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_daily_max.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_daily_min.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_daily_sum.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_day_values.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_forecast_condition.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_forecast_data.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_station_name.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_timeframe_avg.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_timeframe_condition.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_timeframe_max.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_timeframe_min.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_timeframe_sum.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_timeframe_values.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_is_in_timerange.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_is_valid_timeframe.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_location_tools.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_map.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_parsekml.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_region.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_reported_weather.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_station.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_stationsfile.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_update.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_update_hourly.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_uv_index.py +0 -0
- {simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_weather.py +0 -0
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
5
5
|
|
6
6
|
setuptools.setup(
|
7
7
|
name="simple_dwd_weatherforecast",
|
8
|
-
version="2.0.
|
8
|
+
version="2.0.29",
|
9
9
|
author="Max Fermor",
|
10
10
|
description="A simple tool to retrieve a weather forecast from DWD OpenData",
|
11
11
|
long_description=long_description,
|
@@ -40,7 +40,7 @@ def get_map(minx,miny,maxx,maxy, map_type: WeatherMapType, background_type: Weat
|
|
40
40
|
if image_width > 1200 or image_height > 1400:
|
41
41
|
raise ValueError("Width and height must not exceed 1200 and 1400 respectively. Please be kind to the DWD servers.")
|
42
42
|
|
43
|
-
url = f"https://maps.dwd.de/geoserver/dwd/wms?service=WMS&version=1.1.0&request=GetMap&layers={
|
43
|
+
url = f"https://maps.dwd.de/geoserver/dwd/wms?service=WMS&version=1.1.0&request=GetMap&layers={background_type.value},{map_type.value}&bbox={minx},{miny},{maxx},{maxy}&width={image_width}&height={image_height}&srs=EPSG:4326&styles=&format=image/png"
|
44
44
|
request = requests.get(url, stream=True)
|
45
45
|
if request.status_code == 200:
|
46
46
|
image = Image.open(BytesIO(request.content))
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/dummy_data_full.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_daily_max.py
RENAMED
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_daily_min.py
RENAMED
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_daily_sum.py
RENAMED
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_get_day_values.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_location_tools.py
RENAMED
File without changes
|
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_parsekml.py
RENAMED
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_region.py
RENAMED
File without changes
|
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_station.py
RENAMED
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_stationsfile.py
RENAMED
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_update.py
RENAMED
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_update_hourly.py
RENAMED
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_uv_index.py
RENAMED
File without changes
|
{simple_dwd_weatherforecast-2.0.28 → simple_dwd_weatherforecast-2.0.29}/tests/test_weather.py
RENAMED
File without changes
|