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

Method get

python/ee/ee_list.py:229–240  ·  view source on GitHub ↗

Returns the element at the specified position in list. Args: index: Offset from where to get the element. A negative index counts backwards from the end of the list. Returns: An ee.ComputedObject.

(self, index: _arg_types.Integer)

Source from the content-addressed store, hash-verified

227 )
228
229 def get(self, index: _arg_types.Integer) -> computedobject.ComputedObject:
230 """Returns the element at the specified position in list.
231
232 Args:
233 index: Offset from where to get the element. A negative index counts
234 backwards from the end of the list.
235
236 Returns:
237 An ee.ComputedObject.
238 """
239
240 return apifunction.ApiFunction.call_(self.name() + '.get', self, index)
241
242 def getArray(self, index: _arg_types.Integer) -> ee_array.Array:
243 """Returns the array at the specified position in list.

Callers 15

_getThumbURLMethod · 0.45
__init__Method · 0.45
_encode_valueMethod · 0.45
_encode_cloud_objectMethod · 0.45
FromStacLinkMethod · 0.45
WrapperFunction · 0.45
_convert_to_recordsMethod · 0.45

Calls 2

nameMethod · 0.95
call_Method · 0.80

Tested by 15

check_buildMethod · 0.36
test_create_assetsMethod · 0.36
CheckDataInitMethod · 0.36
test_with_reducerMethod · 0.36
test_getMethod · 0.36
f0Method · 0.36
test_getMethod · 0.36