To download the necessary data, first activate the conda python environment as defined by the environment.yml
(see main README.md
). To modify the sites of interest, change the list sites
in conf.py
. Then, navigate to the data_download
folder (important for correct paths) in the terminal and execute the downloads by running scripts (python SCRIPTNAME.py
) in the following order (or alternatively run python main.py
for the full pipeline after manually downloading the dataset described in bullet point 2):
eddy_covariance.py
: Download flux, meteorological and LAI data from FluxDataKit via Zenodo. To download data from PLUMBER 2 via OpenDAP, manually add the url of interest tourls
in this python file. License: CC-BY-4.0soil_grids.py
: Download the percentage of clay in the soil from SoilGrids. Data is accessed via the WebCoverageService (WCS) of OGC, example notebooks for use with SoilGrids are given here. Additionally, Depth available to roots is extracted from the European Soil Database Derived (ESSD) data. ESSD data cannot be automatically downloaded, as a request form has to be filled in to get access. After getting access, place the raw data indata/exp_raw/STU_EU_Layers
. SoilGrids license: CC-BY-4.0. ESSD license: only access via request.hihydrosoil.py
: Download hydraulic soil properties (for full list, see the python file) from HiHydroSoil on the Google Earth Engine community catalog (see here) via Xee. license: used freely and redistributed with attribution (see here)vegetation_VCF.py
: Download info on the yearly vegetation cover fraction based on MODIS (see here) via cubo/. The data is originally distributed via LP DAAC. License: MODIS data and products acquired through the LP DAAC have no restrictions on subsequent use, sale, or redistribution (see here)soil_moisture_fluxnet.py
: As soil moisture data is missing in FluxDataKit, this is retrieved from ICOS data portal via the Python API icoscp. To be able to download the data, you need to make an ICOS account here, accept the data license in your user profile and give your username and password when running the code. The metadata of the FLUXNET2015 dataset is used for information on the depths of the soil moisture sensors. License (for all ICOS data products): CC-BY-4.0
Output can be found in data/exp_raw
.