Skip to content

Commit 3ec2f17

Browse files
authored
link to EEA large rivers stored on github rather than Zenodo due to rate limits (#30)
* link to EEA large rivers stored on github rather than Zenodo due to rate limits * bump actions
1 parent 9619099 commit 3ec2f17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636

3737
steps:
3838
- name: checkout repo
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040

4141
- name: setup micromamba
42-
uses: mamba-org/setup-micromamba@main
42+
uses: mamba-org/setup-micromamba@v2
4343
with:
4444
environment-file: ${{ matrix.environment-file }}
4545
micromamba-version: "latest"
@@ -54,4 +54,4 @@ jobs:
5454
run: pytest -v . -m "request" --cov=geodatasets --cov-append --cov-report term-missing --cov-report xml --color=yes
5555
if: matrix.os == 'ubuntu-latest' && matrix.environment-file == 'ci/latest.yaml'
5656

57-
- uses: codecov/codecov-action@v4
57+
- uses: codecov/codecov-action@v5

geodatasets/json/database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@
853853
},
854854
"eea": {
855855
"large_rivers": {
856-
"url": "https://zenodo.org/records/17857144/files/wise_large_rivers.zip?download=1",
856+
"url": "https://github.com/geopandas/geodatasets/raw/refs/heads/main/data_backup/wise_large_rivers.zip",
857857
"license": "ODC-by",
858858
"attribution": "European Environmental Agency",
859859
"name": "eea.large_rivers",

0 commit comments

Comments
 (0)