Skip to content

Commit

Permalink
update bundle links
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Nov 29, 2023
1 parent 29ee7a0 commit 3fce893
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions configs/bundle_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ databundles:
category: data
destination: "data"
urls:
zenodo: https://sandbox.zenodo.org/record/1223907/files/tutorial_data_NGBJ.zip?download=1
zenodo: https://sandbox.zenodo.org/records/3853/files/bundle_tutorial_NGBJ.zip?download=1
gdrive: https://drive.google.com/file/d/1Vb1ISjhy7iwTTZYeezGd6S4nLt-EDGme/view?usp=drive_link
output:
- data/gebco/GEBCO_2021_TID.nc
Expand All @@ -49,7 +49,7 @@ databundles:
category: data
destination: "data"
urls:
zenodo: https://sandbox.zenodo.org/record/1223907/files/tutorial_data_BW.zip?download=1
zenodo: https://sandbox.zenodo.org/records/3853/files/bundle_tutorial_BW.zip?download=1
gdrive: https://drive.google.com/file/d/19IXvTD8gVSzgTInL85ta7QjaNI8ZPCCY/view?usp=drive_link
output:
- data/gebco/GEBCO_2021_TID.nc
Expand All @@ -62,7 +62,7 @@ databundles:
category: data
destination: "data"
urls:
zenodo: https://sandbox.zenodo.org/record/1223907/files/tutorial_data_MA.zip?download=1
zenodo: https://sandbox.zenodo.org/records/3853/files/bundle_tutorial_MA.zip?download=1
gdrive: https://drive.google.com/file/d/1VGzE8ZJHAvAQ9X44QNSX4rH3QF7Yi37D/view?usp=drive_link
output:
- data/gebco/GEBCO_2021_TID.nc
Expand All @@ -72,15 +72,15 @@ databundles:
bundle_tutorial_hydrobasins:
countries: [Africa]
tutorial: true
category: common
category: hydrobasins
destination: "data/hydrobasins"
urls:
hydrobasins:
base_url: https://data.hydrosheds.org/file/HydroBASINS/standard/
suffixes: ["af"]
unzip: true
output:
- data/hydrobasins/hybas_world_v1c.shp
- data/hydrobasins/hybas_world.shp

# tutorial bundle specific for Nigeria and Benin only
bundle_cutouts_tutorial_NGBJ:
Expand All @@ -89,7 +89,7 @@ databundles:
category: cutouts
destination: "cutouts"
urls:
zenodo: https://sandbox.zenodo.org/record/1223907/files/tutorial_cutouts_NGBJ.zip?download=1
zenodo: https://sandbox.zenodo.org/records/3853/files/bundle_cutouts_tutorial_NGBJ.zip?download=1
gdrive: https://drive.google.com/file/d/1xnomHdXf_c5STrf7jtDiuRlN2zW0FSVC/view?usp=drive_link
output: [cutouts/cutout-2013-era5-tutorial.nc]
disable_by_opt:
Expand All @@ -102,7 +102,7 @@ databundles:
category: cutouts
destination: "cutouts"
urls:
zenodo: https://sandbox.zenodo.org/record/1223907/files/tutorial_cutouts_BW.zip?download=1
zenodo: https://sandbox.zenodo.org/records/3853/files/bundle_cutouts_tutorial_BW.zip?download=1
gdrive: https://drive.google.com/file/d/1DDQAtnIDM0FNC3vCldfHeH__IpTbyIJt/view?usp=drive_link
output: [cutouts/cutout-2013-era5-tutorial.nc]
disable_by_opt:
Expand All @@ -115,7 +115,7 @@ databundles:
category: cutouts
destination: "cutouts"
urls:
zenodo: https://sandbox.zenodo.org/record/1223907/files/tutorial_cutouts_MA.zip?download=1
zenodo: https://sandbox.zenodo.org/records/3853/files/bundle_cutouts_tutorial_MA.zip?download=1
gdrive: https://drive.google.com/file/d/1j5v2f4E756jmDMa707QvdNJq3xM4bYUk/view?usp=drive_link
output: [cutouts/cutout-2013-era5-tutorial.nc]
disable_by_opt:
Expand All @@ -139,27 +139,22 @@ databundles:
category: common
destination: "data"
urls:
zenodo: https://sandbox.zenodo.org/record/1183583/files/tutorial_data_general.zip?download=1
zenodo: https://sandbox.zenodo.org/records/3853/files/tutorial_data_general.zip?download=1
gdrive: https://drive.google.com/file/d/1nRLrs_kP0qVl-IHC4BFLjpoKa3HLk2Py/view
output:
- data/costs.csv
- data/hydro_capacities.csv
- data/custom_powerplants.csv
- data/eez/eez_v11.gpkg
- data/ssp2-2.6/2030/era5_2013/Africa.nc
- data/ssp2-2.6/2030/era5_2013/Asia.nc
- data/ssp2-2.6/2030/era5_2013/Europe.nc
- data/ssp2-2.6/2030/era5_2013/NorthAmerica.nc
- data/ssp2-2.6/2030/era5_2013/SouthAmerica.nc
- data/ssp2-2.6/2030/era5_2013/Oceania.nc
- data/hydrobasins/hybas_world_lev04_v1c.shp
- data/hydrobasins/hybas_world_lev05_v1c.shp

# global data for hydrobasins
bundle_hydrobasins:
countries: [Earth]
tutorial: false
category: common
category: hydrobasins
destination: "data/hydrobasins"
urls:
hydrobasins:
Expand Down

0 comments on commit 3fce893

Please sign in to comment.