FeatureCollectionAccessor#
- class geetools.ee_feature_collection.FeatureCollectionAccessor(obj)#
Toolbox for the ee.FeatureCollection class.
Initialize the FeatureCollection class.
- Parameters:
obj (ee.FeatureCollection)
Methods#
|
Add a unique numeric identifier, starting from parameter |
|
Get a dictionary with all property values for each feature. |
|
Get a dictionary with all feature values for each properties. |
|
Merge the geometries included in the features. |
|
Plot the featureCollection on a map using the provided property. |
|
Plot the values of a |
|
Plot the values of a FeatureCollection by property. |
|
Plot the histogram of a specific property. |
|
Convert to Dictionary. |
|
Paint the current FeatureCollection to an Image. |
Drop any geometry that is not a Polygon or a multipolygon. |