sjoin(left_df, right_df[, how, op, lsuffix, …])
sjoin
Spatial join of two GeoDataFrames.
overlay(df1, df2[, how, make_valid, …])
overlay
Perform spatial overlay between two GeoDataFrames.
clip(gdf, mask[, keep_geom_type])
clip
Clip points, lines, or polygon geometries to the mask extent.
tools.geocode(strings[, provider])
tools.geocode
Geocode a set of strings and get a GeoDataFrame of the resulting points.
tools.reverse_geocode(points[, provider])
tools.reverse_geocode
Reverse geocode a set of points and get a GeoDataFrame of the resulting addresses.
tools.collect(x[, multi])
tools.collect
Collect single part geometries into their Multi* counterpart
points_from_xy(x, y[, z, crs])
points_from_xy
Generate GeometryArray of shapely Point geometries from x, y(, z) coordinates.
datasets.available
Built-in mutable sequence.
datasets.get_path(dataset)
datasets.get_path
Get the path to the data file.