Earth Engine has introduced noncommercial quota tiers to safeguard shared compute resources and ensure reliable performance for everyone. Noncommercial projects use the Community Tier by default, though you can change a project's tier at any time.
ee.FeatureCollection.geometry
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The geometry() method extracts and merges the geometries of a collection, requiring all geometries to share the same projection and edge interpretation.
Using a large or complex collection can negatively impact performance.
For just a bounding box of the collection, consider using Collection.bounds instead of geometry().
Extracts and merges the geometries of a collection. Requires that all the geometries in the collection share the projection and edge interpretation.
Usage
Returns
FeatureCollection.geometry(maxError)
Geometry
Argument
Type
Details
this: collection
FeatureCollection
The collection whose geometries will be extracted.