{"id":18746297,"url":"https://github.com/henryleach/get-dwd-weather-data","last_synced_at":"2026-05-19T10:37:36.889Z","repository":{"id":218433689,"uuid":"553792383","full_name":"henryleach/get-dwd-weather-data","owner":"henryleach","description":"Small Python package for downloading the DWD's 10 minute open weather data.","archived":false,"fork":false,"pushed_at":"2022-10-18T20:22:56.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T20:27:45.038Z","etag":null,"topics":["dwd","dwd-weather","python","sqlite","weather"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/henryleach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-10-18T19:25:34.000Z","updated_at":"2023-06-24T20:45:04.000Z","dependencies_parsed_at":"2024-01-21T23:14:27.801Z","dependency_job_id":null,"html_url":"https://github.com/henryleach/get-dwd-weather-data","commit_stats":null,"previous_names":["henryleach/get-dwd-weather-data"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryleach%2Fget-dwd-weather-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryleach%2Fget-dwd-weather-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryleach%2Fget-dwd-weather-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryleach%2Fget-dwd-weather-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henryleach","download_url":"https://codeload.github.com/henryleach/get-dwd-weather-data/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239628448,"owners_count":19671089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dwd","dwd-weather","python","sqlite","weather"],"created_at":"2024-11-07T16:24:45.119Z","updated_at":"2026-05-19T10:37:36.856Z","avatar_url":"https://github.com/henryleach.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Get DWD Ten Minute Weather Data\n\nSmall collection of Python functions to download some parameters from the ten minute observations of the Deutscher Wetterdienst (DWD) [Open Data server](https://opendata.dwd.de/). All data falls under the DWD's [copyright](https://www.dwd.de/EN/service/copyright/copyright_node.html).\n\nEvery time get-dwd-weather.py is run it will save all the observations not already saved from today into a SQLite3 database.\n\n## Configuration\n\nThere are only two options, configured in `weather_config.ini`, which are the DWD weather station ID and the (relative) path to the SQLite DB to use. If no DB exists under that name a new one will be created, with the relevant tables.\n\nThe DWD's [Station List](https://www.dwd.de/DE/leistungen/klimadatendeutschland/stationsliste.html) contains a [table](https://www.dwd.de/DE/leistungen/klimadatendeutschland/statliste/statlex_html.html;jsessionid=71B944BA8926E79F6275E99477C73159.live21072?view=nasPublication\u0026nn=16102) of IDs in the column 'Stations_ID'. They are numeric, and in the 10 minute data directories padded to 5 places with zeros.\n\nE.G. '7341' for Offenbach is '07341' in the URLs.\n\n## Changing Observation Data Saved\n\nweather_data_schemas.py contains the details of which columns are saved from the observation data, into which table and under what column names. If you need add/remove/rename any of this, change it there.\n\n## Requirements\n\n- Python (3.9 and 3.10 tested)\n- Python [Reqests](https://requests.readthedocs.io/en/latest/) module\n- SQLite3\n\n\n## Testing\n\nCheck the latest data in the DB with:\n\n```SQL\nSELECT datetime(timestamp_utc, 'unixepoch'), * FROM \u003ctablename\u003e;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenryleach%2Fget-dwd-weather-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenryleach%2Fget-dwd-weather-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenryleach%2Fget-dwd-weather-data/lists"}