geometry

geometry#

Geometry tools

You can use this only if you have installed sertit[full] or sertit[vectors]

Functions

fill_polygon_holes(gpd_results[, threshold])

Fill holes over a given threshold on the hole area (in meters) for all polygons of a GeoDataFrame.

from_bounds_to_polygon(left, bottom, right, top)

Convert the bounds to a shapely.polygon.

from_polygon_to_bounds(polygon)

Convert a shapely.polygon to its bounds, sorted as left, bottom, right, top.

get_wider_exterior(vector)

Get the wider exterior of a MultiPolygon as a Polygon

make_valid(gdf[, verbose])

Repair geometries from a dataframe.

simplify_footprint(footprint, resolution[, ...])

Simplify footprint.

split(polygons, splitter)

Split polygons with polygons