V-FOR-WaTer data loader
This is a containerized Python tool to download data from V-FOR-WaTer following the Tool Specification for reusable research software using Docker.
HYRAS example
You can follow the instructions in examples/hyras
to spin up a local docker cluster using docker compose, that will
- install PostgreSQL / PostGIS,
- create the necessary tables and pre-poluates them
- downloads 10 years of HYRAS precipitation data
- use one of three prepared hyrdo-MERIT catchments to clip the hyras data to the respective catchment
What's Changed
- Upgrade Python version by @mmaelicke in #17
- Single thread by @mmaelicke in #18
Full Changelog: v0.9.3...v0.13.0