Skip to content
Snippets Groups Projects
Verified Commit 1e115c2f authored by Alexander Dunkel's avatar Alexander Dunkel
Browse files

Update notebook for 2024

parent 35fe11e2
No related branches found
No related tags found
No related merge requests found
......@@ -6,25 +6,31 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.14.4
jupytext_version: 1.14.5
kernelspec:
display_name: 03_tagmaps_env
display_name: worker_env
language: python
name: tagmaps_env
name: worker_env
---
<div style="width: 100%;display: flex; align-items: top;">
<div style="float:left;width: 80%;text-align:left;position:relative">
<h1>Part 3: Tag Maps Clustering and Topic Heat Maps</h1><br>
<p><strong>Workshop: Social Media, Data Analysis, &amp; Cartograpy, WS 2022/23</strong></p>
<p><em><a href="mailto:alexander.dunkel@tu-dresden.de">Alexander Dunkel</a>, Madalina Gugulica, Institute of Cartography, TU Dresden</em><br><img src="https://kartographie.geo.tu-dresden.de/python_datascience_course/version.svg" style="float:left"></p></div>
<div style="float:right">
<img src="https://kartographie.geo.tu-dresden.de/python_datascience_course/TU_Dresden_Logo_blau_HKS41.svg" style="position:relative;width:256px;margin-top:0px;margin-right:10px"/>
<p><em><a href="mailto:alexander.dunkel@tu-dresden.de">Alexander Dunkel</a>
<br> Leibniz Institute of Ecological Urban and Regional Development,
Transformative Capacities & Research Data Centre & Technische Universität Dresden,
Institute of Cartography</em></p>
<p><img src="https://kartographie.geo.tu-dresden.de/ad/jupyter_python_datascience/version.svg" style="float:left"></p>
</div>
<div style="float: right;">
<div style="width:300px">
<img src="https://kartographie.geo.tu-dresden.de/ad/jupyter_python_datascience/FDZ-Logo_DE_RGB-blk_bg-tra_mgn-full_h200px_web.svg" style="position:relative;width:256px;margin-top:0px;margin-right:10px;clear: both;"/>
<img src="https://kartographie.geo.tu-dresden.de/ad/jupyter_python_datascience/TU_Dresden_Logo_blau_HKS41.svg" style="position:relative;width:256px;margin-top:0px;margin-right:10px;clear: both;"/>
</div>
</div>
</div>
<img src="https://ad.vgiscience.org/meingruen/resources/final_map.png" style="width:800px;text-align:left;position:relative;float:left">
This is the third notebook in a series of four notebooks:
......@@ -146,7 +152,7 @@ from tagmaps.classes.shared_structure import ItemCounter
%autoreload 2
```
```python tags=[]
```python
import sys
module_path = str(Path.cwd().parents[0] / "py")
......@@ -157,8 +163,8 @@ preparations.init_packages()
from modules import tools
# enable ignore shapely deprecation warnings
import warnings
from shapely.errors import ShapelyDeprecationWarning
warnings.filterwarnings("ignore", category=ShapelyDeprecationWarning)
# from shapely.errors import ShapelyDeprecationWarning
# warnings.filterwarnings("ignore", category=ShapelyDeprecationWarning)
```
## Load Data & Plot Overview
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment