Skip to content

Commit

Permalink
Remove researchdrive for grdc download, going to use dcache as source…
Browse files Browse the repository at this point in the history
… instead
  • Loading branch information
sverhoeven committed Sep 5, 2024
1 parent 8201d46 commit f0655dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions roles/grdc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Role Name
=========

Global Runoff Data Centre, https://www.bafg.de/GRDC/EN/Home/homepage_node.html.
Downloads free datasets from GRDC site and datasets from research drive.
Downloads free datasets from GRDC site.

Requirements
------------
Expand Down Expand Up @@ -36,14 +36,12 @@ grdc_gtnr:
url: https://geoportal.bafg.de/grdc-gtnr?datasource=1&service=SOS&version=2.0&request=GetObservation&featureOfInterest=http://gemstat.bafg.de/stations/1104150,1104530,1159100,1159105,1160235,1160378,1160500,1160580,1160684,1160788,1160880,1255100,1257100,1259100,1445100,1732100,1733600&temporalFilter=phenomenonTime,1961-01-01T00:00:00.000Z/1990-12-31T00:00:00.000Z
- range: 1981_2010
url: https://geoportal.bafg.de/grdc-gtnr?datasource=1&service=SOS&version=2.0&request=GetObservation&featureOfInterest=http://gemstat.bafg.de/stations/1104150,1104530,1159100,1159105,1160235,1160378,1160500,1160580,1160684,1160788,1160880,1255100,1257100,1259100,1445100,1732100,1733600&temporalFilter=phenomenonTime,1981-01-01T00:00:00.000Z/2010-12-31T00:00:00.000Z
grdc_researchdrive_archives:
- <filename of archive on research drive >
```
Dependencies
------------
Requires rclone and rclone research drive config to be available which is what the researchdrive role does.
None.
Example Playbook
----------------
Expand Down
3 changes: 0 additions & 3 deletions roles/grdc/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@
loop: '{{ grdc_station_zips }}'
- name: archycos
include_tasks: archycos.yml
- name: researchdrive archives
include_tasks: researchdrive.yml
loop: '{{ grdc_researchdrive_archives }}'

0 comments on commit f0655dc

Please sign in to comment.