ee.Geometry

Extended methods for the ee.Geometry class:

BBoxFromQuery(query[, geocoder])

Constructs an ee.Geometry describing a bounding box from a query submitted to a geodocer using the geopy package.

LinearRingFromPlusCodes(pluscodes[, geocoder])

Constructs an ee.Geometry describing a linear ring from a list of Plus Codes.

LineStringFromPlusCodes(pluscodes[, geocoder])

Constructs an ee.Geometry describing a line from a list of Plus Codes.

MultiLineStringFromPlusCodes(pluscodes[, ...])

Constructs an ee.Geometry describing multiple lines from a list of lists of Plus Codes.

MultiPointFromPlusCodes(pluscodes[, geocoder])

Constructs an ee.Geometry describing multiple points from a list of Plus Codes.

MultiPointFromQuery(query[, geocoder])

Constructs an ee.Geometry describing a multi-point from a query submitted to a geodocer using the geopy package.

MultiPolygonFromPlusCodes(pluscodes[, geocoder])

Constructs an ee.Geometry describing multiple polygons from a list of lists of Plus Codes.

PointFromPlusCode(pluscode[, geocoder])

Constructs an ee.Geometry describing a point from a Plus Code.

PointFromQuery(query[, geocoder])

Constructs an ee.Geometry describing a point from a query submitted to a geodocer using the geopy package.

PolygonFromPlusCodes(pluscodes[, geocoder])

Constructs an ee.Geometry describing a polygon from a list of Plus Codes.

RectangleFromPlusCodes(pluscodes[, geocoder])

Constructs an ee.Geometry describing a rectangle from a list of two Plus Code corners.

plusCodes(self[, codeLength])

Converts the coordinates of an ee.Geometry to Plus Codes.