This is a template to structure the integration of the use cases' analyses into AquaINFRA's virtual research environment.
Please copy this template and assign all those who should be involved using the "Assignees" - feature on the right, for example, any developers or use case members from your side.
And please use the comment section below. No mailing will be necessary and the entire communication is in one place. Individual persons can be pinged using, for instance, @MarkusKonk
Description
- Rather a technical than a thematic description
- How to run the analysis?
- Which programming languages are used?
- How does the workflow look like?
- Which functions are used and how are they connected?
- Anything else needed to run the analysis?
Two tools are already deployed:
Plotting tool
(Started to work on this 2025-10-06)
URLs
- GitHub Repo:
- Deployed tool on AquaINFRA server: not yet
Status / blocking
What was done, what remains to do, and which task is blocking the further work?
Riverload tool
Status / blocking
What was done, what remains to do, and which task is blocking the further work?
CORINE tool
Status / blocking
What was done, what remains to do, and which task is blocking the further work?
- (...)
- Documentation: Output file is hard to understand - does it make sense? Please add a better explanation of the outputs (asked by email 22 May, email thread "AquaINFRA SYKE CORINE tool: Progress and questions")
- Empty results, maybe due to CRS? Test whether their tool depends on the input data being in a specific CRS (asked by email 22 May), as with WGS84 data I got no results. Probably need to: Test, document, maybe check in the code... (Email thread "AquaINFRA SYKE CORINE tool: Progress and questions")
- Merge to SYKE GitHub repo (Discussion in thread "VS: VS: DDAS: ProviderTypeError when trying to access ..." since 14 May. Markus re-asked 02 June in Email thread "AquaINFRA SYKE CORINE tool: Progress and questions")
Input data (CORINE tool)
- Input datasets: Test datasets are included in the Github repo:
Harmonized_Corine_level1_headers.csv
Harmonized_Corine_level4_headers.csv
aquainfra_catchment areas.shp
- (Plus large rasters which are not on GitHub)
Commands for running R/Python scripts
Commands for running Docker commands:
git clone git@github.com:AquaINFRA/aquainfra_corine.git
cd aquainfra_corine
docker build -t syke_corine:20250524 .
docker run --name syketest -v "./readonly:/readonly" -v "./out:/out" syke_corine:20250524 https://aqua.igb-berlin.de/download/some-shape-file.zip input_path_rasters input_path_headers output_path randomstring contact_email
cURL Commands for running OGC API Processes:
See here: https://github.com/AquaINFRA/aquainfra_corine/blob/aquabranch/pygeoapi_processes/process_corine_stats_real_areas.py
Checklist CORINE tool
This is a template to structure the integration of the use cases' analyses into AquaINFRA's virtual research environment.
Please copy this template and assign all those who should be involved using the "Assignees" - feature on the right, for example, any developers or use case members from your side.
And please use the comment section below. No mailing will be necessary and the entire communication is in one place. Individual persons can be pinged using, for instance, @MarkusKonk
Description
Two tools are already deployed:
Plotting tool
(Started to work on this 2025-10-06)
URLs
Status / blocking
What was done, what remains to do, and which task is blocking the further work?
Riverload tool
Status / blocking
What was done, what remains to do, and which task is blocking the further work?
CORINE tool
Status / blocking
What was done, what remains to do, and which task is blocking the further work?
Input data (CORINE tool)
Harmonized_Corine_level1_headers.csvHarmonized_Corine_level4_headers.csvaquainfra_catchment areas.shpCommands for running R/Python scripts
Commands for running Docker commands:
cURL Commands for running OGC API Processes:
See here: https://github.com/AquaINFRA/aquainfra_corine/blob/aquabranch/pygeoapi_processes/process_corine_stats_real_areas.py
Checklist CORINE tool