An open API service indexing awesome lists of open source software.

https://github.com/klaragtknst/tsdm_ws23_34

This repo provides multiple notebooks from a master degree course called 'Temporal and Spatial Data Mining' of University of Kassel, Germany.
https://github.com/klaragtknst/tsdm_ws23_34

data-mining python spatial-data spatial-data-analysis temporal-data temporal-data-analysis

Last synced: 4 months ago
JSON representation

This repo provides multiple notebooks from a master degree course called 'Temporal and Spatial Data Mining' of University of Kassel, Germany.

Awesome Lists containing this project

README

          

# TSDM_WS23_34

Use `git clone` to clone this repository.

## Environment
Cautions: The python version must be lower than 3.12.0, otherwise the package `cartopy` will not be installed successfully.
Create a conda environment with the following command:
```conda create -n TSDM-env python=3.9```

Activate the environment with the following command:
```conda activate TSDM-env```

Install the required packages with the following command:
```conda install --channel conda-forge cartopy```
```conda install --file requirements.txt```