Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_geometry
Method · 0.45
geometry_type
Function · 0.45
add_landsat_ts_gif
Method · 0.45
center_object
Method · 0.45
add_overlay
Function · 0.45
valid_roi
Function · 0.45
sentinel2_timeseries_legacy
Function · 0.45
landsat_timeseries
Function · 0.45
landsat_timeseries_legacy
Function · 0.45
landsat_timelapse
Function · 0.45
landsat_timelapse_legacy
Function · 0.45
sentinel2_timelapse
Function · 0.45
Calls
2
Geometry
Class · 0.85
String
Class · 0.85
Tested by
no test coverage detected