Getting Started
Installation
Install Python version 3.10 or greater.
Install conda.
Install git.
Clone the repository:
git clone https://github.com/DSSGxMunich/dssgx_land_sealing_dataset_analysis
Create a conda environment from the environment.yml file:
conda create --name land-sealing-env
Activate the conda environment:
conda activate land-sealing-env
Install the requirements:
pip install -r requirements.txt
First Steps
Download the data.zip from the DSSGxMunich Huggingface .
Unzip the data.zip file. Place the data folder in the repository root folder.
A description of the data can be found in the Huggingface repository.
Run the exploratory data analysis notebooks, e.g. explorer.ipynb.
Run the execution pipeline notebooks, e.g. src/1_execution_pipeline.ipynb.