MCPcopy
hub / github.com/google/earthengine-api / call

Function call

python/ee/data.py:821–824  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

819 del params['assetId']
820
821 def call(params):
822 return _execute_cloud_call(
823 _get_cloud_projects().assets().listFeatures(**params)
824 )
825
826 converter = _extract_table_converter(params)
827 params.pop('fileFormat', None)

Callers 2

listFeaturesFunction · 0.70
computeFeaturesFunction · 0.70

Calls 5

_execute_cloud_callFunction · 0.85
_get_cloud_projectsFunction · 0.85
_get_projects_pathFunction · 0.85
assetsMethod · 0.80
tableMethod · 0.80

Tested by

no test coverage detected