transbigdata.merge_polygon

transbigdata.merge_polygon(data, col)

The input is the GeoDataFrame of polygon geometry, and the col name. This function will merge the polygon based on the category in the mentioned column

Parameters:
  • data (GeoDataFrame) – The polygon geometry

  • col (str) – The column name for indicating category

Returns:

data1 – The merged polygon

Return type:

GeoDataFrame