Skip to content

Commit

Permalink
Add note in polygons-lines tuto to refer to the osm tuto
Browse files Browse the repository at this point in the history
  • Loading branch information
luseverin committed Dec 3, 2024
1 parent f674711 commit 079772a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions doc/tutorial/climada_entity_Exposures_polygons_lines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
" * Interpolate geometries to points to fit in an `Exposure` instance; \n",
" * Disaggregate the respective geometry values to the point values\n",
"2. Perform the impact calculation in CLIMADA with the point exposure\n",
"3. Aggregate the calculated point `Impact` back to an impact instance for the initial polygons or lines "
"3. Aggregate the calculated point `Impact` back to an impact instance for the initial polygons or lines \n",
"\n",
"Note:\n",
"Polygons or lines can be useful to represent specific types of exposures such as infrastructures (e.g. roads)\n",
"or landuse types (e.g. crops, forests). In CLIMADA, it is possible to retrieve such specific exposure types using \n",
"[OpenStreetMap data](https://www.openstreetmap.org/). Please refer to the associated [tutorial](https://climada-python.readthedocs.io/en/latest/tutorial/climada_entity_Exposures_osm.html) to learn \n",
"how to do so."
]
},
{
Expand Down Expand Up @@ -2692,7 +2698,7 @@
"metadata": {
"hide_input": false,
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "climada_osm",
"language": "python",
"name": "python3"
},
Expand All @@ -2706,7 +2712,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.9.18"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down

0 comments on commit 079772a

Please sign in to comment.