Digital Landscape Traces: DE Map
Digitale Spuren in der Landschaft: Ein neuer Blick auf Deutschlands Naturräume durch Soziale Medien. | Digital traces in the landscape: A new perspective on Germany's natural spaces through social media.
This is the data repository that accompanies the publication in "Natur und Landschaft in Karten". The repository includes the code and data for reproducibility and transparency of the map generation process.
Links to HTML-converted notebooks:
- Notebook 1 - Preprocessing: User-origin raw data conversion
- Notebook 2 - Userlocation classification
- Notebook 3 - Transformation to Parquet format
- Notebook 4 - Visualization
Use --recursive, to clone the repository
including its submodules:
git clone --recursive git@gitlab.hrz.tu-chemnitz.de:ad/digital_traces_map.gitDevelopers
- This repository is versioned with python-semantic-release,
- Jupyter notebooks are tracked as Markdown files using Jupytext.
- If you want to run these notebooks, have a look at Carto-Lab Docker.
To manually bump a version:
semantic-release publishTo create ipynb files from Markdown:
conda activate jupyter_env
jupytext --sync /home/jovyan/work/md/notebook.mdThis will create notebooks that can be opened in JupyterLab in the subfolder notebooks/.