https://github.com/dmidk/dmi-nwp-download
Download NWP grib data from DMI open data
https://github.com/dmidk/dmi-nwp-download
Last synced: 2 months ago
JSON representation
Download NWP grib data from DMI open data
- Host: GitHub
- URL: https://github.com/dmidk/dmi-nwp-download
- Owner: dmidk
- Created: 2024-03-21T15:15:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T08:16:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-26T10:26:51.510Z (almost 2 years ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# dmi-nwp-download
A command line tool for downloading DMI NWP data from the DMI Open Data API. The tool will download GRIB files and concatenate them into a single file which contains all the messages for the requested cycle filtered in accordance with `config.yaml` under `dmi_nwp_download/config.yaml`. To keep more parameters, you can add them to the `config.yaml` file.
## Installation
Assuming pdm is installed on your system, you can install the package by running `pdm install` to install the package and its dependencies.
## examples
```shell
.venv/bin/nwp-download download --cycle 2024-08-26-00:00 --limit-files 4
```
This will attempt to use your DMI Open Data API key from the environment variable `DMI_API_FORECAST_KEY`. This key can be obtained from the DMI Open Data API website [here](dmiapi.govcloud.dk).