From b4d961d50160baa042e8a81faf31ea9d0fae48e9 Mon Sep 17 00:00:00 2001 From: Kaleb Phipps Date: Mon, 8 Jul 2024 14:31:43 +0200 Subject: [PATCH] fix docstring --- paint/data/dwd_weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paint/data/dwd_weather.py b/paint/data/dwd_weather.py index 168e23d..bb51225 100755 --- a/paint/data/dwd_weather.py +++ b/paint/data/dwd_weather.py @@ -15,7 +15,7 @@ class DWDWeatherData: """ - Download and save DWD Weather data in a HDF5 file. + Download and save DWD weather data in a HDF5 file. This class enables DWD weather data to be downloaded in either a 10-minute or 1-hour resolution from selected weather stations. The data is then saved as an HDF5 file, either grouped by resolution or by parameter.