simplify_footprint#

simplify_footprint(footprint: GeoDataFrame, resolution: float, max_nof_vertices: int = 50) GeoDataFrame[source]#

Simplify footprint

Parameters
  • footprint (gpd.GeoDataFrame) – Footprint to be simplified

  • resolution (float) – Corresponding resolution

  • max_nof_vertices (int) – Maximum number of vertices of the wanted footprint

Returns

Simplified footprint

Return type

gpd.GeoDataFrame