clip¶
-
clip(gdf, shape)[source]¶ Clip a GeoDataFrame to the specified area.
Same as (but somewhat faster than)
geopandas.clip()orgeopandas.overlay()withhow='intersection'.- Return type
clip(gdf, shape)[source]¶Clip a GeoDataFrame to the specified area.
Same as (but somewhat faster than) geopandas.clip() or
geopandas.overlay() with how='intersection'.