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.
- Host: GitHub
- URL: https://github.com/klaragtknst/tsdm_ws23_34
- Owner: KlaraGtknst
- Created: 2023-10-25T08:36:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T20:52:40.000Z (about 2 years ago)
- Last Synced: 2025-08-05T15:49:48.112Z (6 months ago)
- Topics: data-mining, python, spatial-data, spatial-data-analysis, temporal-data, temporal-data-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 33.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```