generated from VForWaTer/tool_template_python
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# V-FOR-WaTer data loader | ||
|
||
This is a containerized Python tool to download data from [V-FOR-WaTer](https://portal.vforwater.de) following the [Tool Specification](https://vforwater.github.io/tool-specs/) for reusable research software using Docker. | ||
This is a containerized Python tool to download data from [V-FOR-WaTer](https://portal.vforwater.de) following the [Tool Specification](https://vforwater.github.io/tool-specs/) for reusable research software using Docker. | ||
|
||
## HYRAS example | ||
|
||
You can follow the instructions in [`examples/hyras`](https://github.com/VForWaTer/tool_vforwater_loader/tree/main/examples/hyras) | ||
to spin up a local docker cluster using docker compose, that will | ||
1. install PostgreSQL / PostGIS, | ||
2. create the necessary tables and pre-poluates them | ||
3. downloads 10 years of HYRAS precipitation data | ||
4. use one of three prepared hyrdo-MERIT catchments to clip the hyras data to the respective catchment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters