Step-by-step instructions to access data, published on LOCALISED datasharing platform, via our API client. The official API documentation can be found under http://data.localised-project.eu/api/v1/docs/)
-
Before you begin, please make sure you have mamba installed in your base environment:
conda install mamba -c conda-forge
-
Clone the repository:
git clone https://github.com/FZJ-IEK3-VSA/LOCALISED-Datasharing-API-Client.git
-
Installing dependencies in a clean conda environment:
cd LOCALISED-Datasharing-API-Client mamba env create -n dsp_client -f requirements.yml conda activate dsp_client
-
Installing the repository:
pip install -e.
-
Run the example Jupyter notebooks -
examples/single_variable_data.ipynb
andexamples/single_region_data.ipynb
Depending on type of query, the list of required parameters change. Please refer to the doc strings of each funtion to get the entire list of relevant parameters. They would be a subset of the ones below:
-
country_code
--> The country for which you wish to query the data. For example: "de", "es", "nl", etc -
spatial_resolution
--> Options - NUTS0, NUTS1, NUTS2, NUTS3, LAU -
region_code
--> If you wish to filter on a particular region, provide a region code here -
variable
--> If you wish to get data for a particular variable, provide the name here -
pathway_description
--> If you wish to filter on a particular EUCalc decarbonisation pathway, provide the name here. Can be either "national" or "with_behavioural_changes" -
climate_experiment
--> If you wish to filter on a particular climate experiment, provide the name here. Can be one of "RCP2.6", "RCP4.5", "RCP8.5", "Historical"
-
Project based on the cookiecutter data science project template. #cookiecutterdatascience
We are the Institute of Energy and Climate Research - Techno-economic Systems Analysis (IEK-3) belonging to the Forschungszentrum Jülich. Our interdisciplinary department's research is focusing on energy-related process and systems analyses. Data searches and system simulations are used to determine energy and mass balances, as well as to evaluate performance, emissions and costs of energy systems. The results are used for performing comparative assessment studies between the various systems. Our current priorities include the development of energy strategies, in accordance with the German Federal Government’s greenhouse gas reduction targets, by designing new infrastructures for sustainable and secure energy supply chains and by conducting cost analysis studies for integrating new technologies into future energy market frameworks.