mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-21 13:00:14 +08:00
API: expose sjoin_nearest, clip and overlay as methods (#2150)
Co-authored-by: Brendan Ward <bcward@astutespruce.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
This commit is contained in:
co-authored by
Brendan Ward
Joris Van den Bossche
parent
087858c12a
commit
0a7eebf6d1
@@ -59,6 +59,24 @@ Aggregating and exploding
|
||||
GeoDataFrame.dissolve
|
||||
GeoDataFrame.explode
|
||||
|
||||
Spatial joins
|
||||
-------------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: api/
|
||||
|
||||
GeoDataFrame.sjoin
|
||||
GeoDataFrame.sjoin_nearest
|
||||
|
||||
Overlay operations
|
||||
------------------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: api/
|
||||
|
||||
GeoDataFrame.clip
|
||||
GeoDataFrame.overlay
|
||||
|
||||
Plotting
|
||||
--------
|
||||
|
||||
|
||||
@@ -144,6 +144,14 @@ Missing values
|
||||
GeoSeries.isna
|
||||
GeoSeries.notna
|
||||
|
||||
Overlay operations
|
||||
------------------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: api/
|
||||
|
||||
GeoSeries.clip
|
||||
|
||||
Plotting
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user