mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-13 12:30:29 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user