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

参数:
  • data (GeoDataFrame) – The polygon geometry

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

返回:

data1 – The merged polygon

返回类型:

GeoDataFrame