FeatureCollectionAccessor#
- class geetools.ee_feature_collection.FeatureCollectionAccessor(obj)#
Toolbox for the
ee.FeatureCollectionclass.Initialize the
ee.FeatureCollectionclass.- 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 property. |
Get the name of the columns (Feature's properties). |
|
|
Create a |
|
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 |
|
Plot the histogram of a specific property. |
|
Convert to Dictionary. |
|
Paint the current |
Drop any geometry that is not a Polygon or a multipolygon. |