Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.56 KB

File metadata and controls

57 lines (40 loc) · 1.56 KB

stactools-kaza-hydroforecast

PyPI

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.

STAC Examples

Installation

pip install stactools-kaza-hydroforecast

Command-line Usage

Description of the command line functions

$ stac kaza-hydroforecast create-collection destination
$ stac kaza-hydroforecast create-item source destination

Use stac kaza-hydroforecast --help to see all subcommands and options.

Contributing

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 install

To check all files:

$ pre-commit run --all-files

To run the tests:

$ pytest -vv