geometric_features.feature_collection.FeatureCollection.simplify

FeatureCollection.simplify(tolerance=0.0)[source]

Features in the collection are simplified using shapely

Parameters

tolerance (float, optional) – The tolerance in degrees lon/lat allowed when simplifying shapes

Returns

fc (FeatureCollection) – A new feature collection with simplified geometries