Download datasets

Download datasets#

One of the main use cases of Centum is to provide reproducible and easy-to-access data.

Use the functions in the Pooch module to download and cache (store) each dataset on your computer.

Note

Example

pooch_Majadas = pooch.create(
    path=pooch.os_cache("AQUACROP_project"),
    base_url="https://github.com/BenjMy/test_AQUACROP_centum_dataset/raw/refs/heads/main/AQUACROP/",
    registry={
        "EO_scenario_AquaCrop_sc7_weather_reference.netcdf": None,
        "baseline_scenario_AquaCrop_sc7_weather_reference.netcdf": None,
        "grid_xr_EO_AquaCrop_sc7_weather_reference.netcdf": None,
    },
)

Warning

Work in progress At the moment test datasets are located in github repository

After V1 release all datasets will be versioned and included in Zenodo.