Pysteps plugin to import a variety of NWP rainfall forecasts. This plugin was created with Cookiecutter and makes the NWP importers findable for the Pysteps importer functionality after installation.
- BSD license
NWP rainfall forecast importer using pysteps utilities. This plugin currently provides importers for:
- KNMI HARMONIE NWP forecasts
- BoM NWP forecasts
- RMI NWP forecasts
The latest development version of pysteps_nwp_importers can be installed using pip by running in a terminal:
pip install git+https://github.com/pySTEPS/pysteps-nwp-importers
This plugin comes with a tester, which can also be used to test whether the plugin is correctly hooked up to pysteps.
Install pytest and run the tests with:
pip install pytest pytest -v --tb=line
This package was created with Cookiecutter and the cookiecutter-pysteps-plugin project template. The cookiecutter-pysteps-plugin template was adapted from the cookiecutter-pypackage template.