Tools#

sjoin(left, right[, how, predicate])

Spatial join of two GeoDataFrames.

clip(gdf, mask[, keep_geom_type])

Clip points, lines, or polygon geometries to the mask extent.

points_from_xy(df[, x, y, z, crs])

Generate GeometryArray of shapely Point geometries from x, y(, z) coordinates.