Words are words words

This commit is contained in:
heyarne 2021-03-10 14:12:23 +01:00
commit 6d195ee02d
3 changed files with 6 additions and 6 deletions

View file

@ -77,7 +77,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The `postdam_mittelmark_geom` is a collection of three points:"
"The `treuenbrietzen_geom` is a collection of three points:"
]
},
{
@ -196,7 +196,7 @@
],
"source": [
"treuenbrietzen_geom = gpd.read_file(product_path / 'evacuated_2018.json')\n",
"# geodataframe_on_map(postdam_mittelmark_geom)\n",
"# geodataframe_on_map(treuenbrietzen_geom)\n",
"treuenbrietzen_geom"
]
},