⚠️ Our 0.1 release refactored several early-development functions for long-term stability, to update your code see here. ⚠️
Future changes will come with deprecation warnings! 🙂

geoutils.Vector.dissolve

geoutils.Vector.dissolve#

Vector.dissolve(by=None, aggfunc='first', as_index=True, level=None, sort=True, observed=False, dropna=True, **kwargs)[source]#

Dissolve geometries within groupby into single observation. This is accomplished by applying the unary_union method to all geometries within a groupself.

See more details at geopandas.GeoDataFrame.dissolve().

Return type:

Vector