⚠️ Our 0.1 release refactored several early-development functions for long-term stability, to update your code see here. ⚠️
Future changes will come with deprecation warnings! 🙂

geoutils.Vector.clip_by_rect

geoutils.Vector.clip_by_rect#

Vector.clip_by_rect(xmin, ymin, xmax, ymax)[source]#

Returns a Vector of the portions of geometry within the given rectangle.

See more details at geopandas.GeoSeries.clip_by_rect().

Return type:

Vector