coincident.overlaps.subset_by_minimum_area#

coincident.overlaps.subset_by_minimum_area(gf, min_area=20.0)[source]#

Subset a GeoDataFrame by a minimum area threshold.

Parameters:
  • gf (GeoDataFrame) – The input GeoDataFrame containing geographic features.

  • min_area (float) – The minimum area threshold in square kilometers. Features with an area less than or equal to this value will be included in the subset.

Return type:

GeoDataFrame

Returns:

A GeoDataFrame containing only the features with an area less than or equal to the specified minimum area.