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:
Martin Fleischmann
2021-10-03 19:45:07 +02:00
committed by GitHub
co-authored by Brendan Ward Joris Van den Bossche
parent 087858c12a
commit 0a7eebf6d1
14 changed files with 631 additions and 175 deletions
@@ -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
--------
+8
View File
@@ -144,6 +144,14 @@ Missing values
GeoSeries.isna
GeoSeries.notna
Overlay operations
------------------
.. autosummary::
:toctree: api/
GeoSeries.clip
Plotting
--------