Skip to content

Commit 75db94b

Browse files
committed
exposures phrasing
1 parent 0784b39 commit 75db94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/climada_engine_Impact.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"cell_type": "markdown",
171171
"metadata": {},
172172
"source": [
173-
"Exposures are geopandas dataframes with at least columns 'latitude', 'longitude' and 'value' of exposures. They are either defined as a series of (latitude/longitude) points or as a raster of (latitude/longitude) points. Fundamentally, this changes nothing for the impact computations. Note that for larger number of points, consider using a raster which might be more efficient (computationally). For a low number of points, avoid using a raster if this adds a lot of exposures values equal to 0. \n",
173+
"Exposures contain a geopandas dataframe with a geometry column, and a 'value' column of exposures (e.g. monetary value, population count etc.). They are either defined as a series of (latitude/longitude) points or as a raster of (latitude/longitude) points. Fundamentally, this changes nothing for the impact computations. Note that for larger number of points, consider using a raster which might be more efficient (computationally). For a low number of points, avoid using a raster if this adds a lot of exposures values equal to 0. \n",
174174
"\n",
175175
"We shall here use a raster example.\n",
176176
"\n",

0 commit comments

Comments
 (0)