Skip to content

Commit 4ca3bb7

Browse files
committed
extra info cents assign
1 parent e95741f commit 4ca3bb7

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
@@ -861,7 +861,7 @@
861861
"```\n",
862862
"exp_lp.assign_centroids(tc, distance=\"euclidean\", threshold=0.1) # assign centroids manually\n",
863863
"```\n",
864-
"The `threshold` argument defines the maximum distance of the nearest neighbor in the units of the `Exposure` crs.\n",
864+
"The `threshold` argument defines the maximum distance of the nearest neighbor in the units of the `Exposure` crs. Setting `threshold` to 0 disables nearest neighbor matching and enforces exact matching. By default twice the highest resolution of the hazard centroids is chosen.\n",
865865
"\n",
866866
"When assingning `Centroids` manually, make sure to pass `assign_centroids=False` to the impact calculation, so that the assignment is not lost:\n",
867867
"```\n",

0 commit comments

Comments
 (0)