geetools.tools._deprecated_geometry#

Legacy tools for ee.Geometry.

Module Contents#

Functions#

GeometryCollection_to_MultiLineString(geom)

Convert a GeometryCollection into a MultiLineString.

GeometryCollection_to_MultiPoint(geom)

Convert a GeometryCollection into a MultiPoint.

GeometryCollection_to_MultiPolygon(geom)

Convert a GeometryCollection into a MultiPolygon.

getRegion(eeobject[, bounds, error])

Gets the region of a given geometry to use in exporting tasks.

isUnbounded(geometry)

Check if the geometry is unbounded.

geetools.tools._deprecated_geometry.GeometryCollection_to_MultiLineString(geom)[source]#

Convert a GeometryCollection into a MultiLineString.

geetools.tools._deprecated_geometry.GeometryCollection_to_MultiPoint(geom)[source]#

Convert a GeometryCollection into a MultiPoint.

geetools.tools._deprecated_geometry.GeometryCollection_to_MultiPolygon(geom)[source]#

Convert a GeometryCollection into a MultiPolygon.

geetools.tools._deprecated_geometry.getRegion(eeobject, bounds=False, error=1)[source]#

Gets the region of a given geometry to use in exporting tasks.

geetools.tools._deprecated_geometry.isUnbounded(geometry)[source]#

Check if the geometry is unbounded.