MCPcopy
hub / github.com/gee-community/geemap / geometry

Method geometry

tests/fake_ee.py:192–193  ·  view source on GitHub ↗
(self, *_, **__)

Source from the content-addressed store, hash-verified

190 self.properties = args[1]
191
192 def geometry(self, *_, **__):
193 return Geometry(type=String("Polygon"))
194
195 def getInfo(self, *_, **__):
196 return {

Callers 15

_get_geometryMethod · 0.45
geometry_typeFunction · 0.45
add_landsat_ts_gifMethod · 0.45
center_objectMethod · 0.45
add_overlayFunction · 0.45
valid_roiFunction · 0.45
landsat_timeseriesFunction · 0.45
landsat_timelapseFunction · 0.45
landsat_timelapse_legacyFunction · 0.45
sentinel2_timelapseFunction · 0.45

Calls 2

GeometryClass · 0.85
StringClass · 0.85

Tested by

no test coverage detected