geetools.tools._deprecated_featurecollection#

Legacy tools for ee.FeatureCollection.

Module Contents#

Functions#

addId(collection[, name, start])

Add a unique numeric identifier, from parameter start.

clean(collection)

Convert Features that have a Geometry of type GeometryCollection into the inner geometries.

enumerateProperty(col[, name])

Create an enumeration property.

enumerateSimple(collection[, name])

Simple enumeration of features inside a collection.

listOptions(collection, propertyName)

List all available values of propertyName in a feature collection.

mergeGeometries(collection)

Merge the geometries of many features. Return ee.Geometry.

geetools.tools._deprecated_featurecollection.addId(collection, name='id', start=1)[source]#

Add a unique numeric identifier, from parameter start.

geetools.tools._deprecated_featurecollection.clean(collection)[source]#

Convert Features that have a Geometry of type GeometryCollection into the inner geometries.

geetools.tools._deprecated_featurecollection.enumerateProperty(col, name='enumeration')[source]#

Create an enumeration property.

geetools.tools._deprecated_featurecollection.enumerateSimple(collection, name='ENUM')[source]#

Simple enumeration of features inside a collection.

geetools.tools._deprecated_featurecollection.listOptions(collection, propertyName)[source]#

List all available values of propertyName in a feature collection.

geetools.tools._deprecated_featurecollection.mergeGeometries(collection)[source]#

Merge the geometries of many features. Return ee.Geometry.