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
# stactools-kaza-hydroforecast
- Name: kaza-hydroforecast
- Package: `stactools.kaza_hydroforecast`
- PyPI:
pypi.org
- Owner: @aldenks
- Dataset homepage:
dashboard.hydroforecast.com
- STAC extensions used:
- table
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
- Collection
- Item
## Installation
```shell
pip install stactools-kaza-hydroforecast
```
## Command-line Usage
Description of the command line functions
```shell
$ 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:
```shell
$ pip install -e .
$ pip install -r requirements-dev.txt
$ pre-commit install
```
To check all files:
```shell
$ pre-commit run --all-files
```
To run the tests:
```shell
$ pytest -vv
```