Geosocial Pattern Exploration (DE)
This project explores base geosocial media patterns for Germany.
Links to HTML-converted Notebooks:
- Notebook 1 - Overview Germany
- Notebook 2 - Grid-based Processing
- Notebook
3 - Topic-based Processing (
startup
) - Notebook 4 - City influence spheres
Use --recursive
, to clone the repository
including its submodules:
git clone --recursive git@gitlab.hrz.tu-chemnitz.de:ad/geosocial_patterns_de.git
Developers
- 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 the instructions to use the Carto-Lab Docker, provided at the beginning of the notebook.
To manually bump a version:
-release publish semantic
To create ipynb
files from Markdown:
conda activate jupyter_env
jupytext --sync /home/jovyan/work/md/notebook.md
This will create notebooks that can be opened in JupyterLab in the subfolder notebooks/.