DOC: distance units in sjoin_nearest (#2195)

* DOC: distance units in sjoin_nearest

* rm white space

* Update sjoin.py

* DOC: move units to description

* rm white space

* Update geopandas/tools/sjoin.py

Co-authored-by: Brendan Ward <bcward@astutespruce.com>

Co-authored-by: Brendan Ward <bcward@astutespruce.com>
This commit is contained in:
Ray Bell
2021-10-31 11:19:26 +00:00
committed by GitHub
co-authored by Brendan Ward
parent 020a9c4cb7
commit 528abfc6fe
+3
View File
@@ -417,6 +417,9 @@ def sjoin_nearest(
Results will include multiple output records for a single input record
where there are multiple equidistant nearest or intersected neighbors.
Distance is calculated in CRS units and can be returned using the
`distance_col` parameter.
See the User Guide page
https://geopandas.readthedocs.io/en/latest/docs/user_guide/mergingdata.html
for more details.