Extracts and merges the geometries of a collection. Requires that all the geometries in the collection share the projection and edge interpretation.
Usage | Returns |
---|---|
ImageCollection.geometry(maxError) | Geometry |
Argument | Type | Details |
---|---|---|
this: collection | FeatureCollection | The collection whose geometries will be extracted. |
maxError | ErrorMargin, optional | An error margin to use when merging geometries. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!