- Name: kaza-hydroforecast
- Package:
stactools.kaza_hydroforecast - PyPI: https://pypi.org/project/stactools-kaza-hydroforecast/
- Owner: @aldenks
- Dataset homepage: https://dashboard.hydroforecast.com/public/wwf-kaza
- STAC extensions used:
This repository generates a STAC catalog for accessing a dataset of daily updated HydroForecast seasonal river flow forecasts at six locations in the Kwando and Upper Zambezi river basins. More details about the locations, project context, and to interactively view current and previous forecasts, visit our public website.
pip install stactools-kaza-hydroforecastDescription of the command line functions
$ stac kaza-hydroforecast create-collection destination
$ stac kaza-hydroforecast create-item source destinationUse stac kaza-hydroforecast --help to see all subcommands and options.
We use pre-commit to check any changes. To set up your development environment:
$ pip install -e .
$ pip install -r requirements-dev.txt
$ pre-commit installTo check all files:
$ pre-commit run --all-filesTo run the tests:
$ pytest -vv