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

Method getInfo

python/ee/image.py:133–141  ·  view source on GitHub ↗

Fetch and return information about this image. Returns: The return contents vary but will include at least: bands - Array containing metadata about the bands in the image, properties - Dictionary containing the image's metadata properties.

(self)

Source from the content-addressed store, hash-verified

131
132 # pylint: disable-next=useless-parent-delegation
133 def getInfo(self) -> Any | None:
134 """Fetch and return information about this image.
135
136 Returns:
137 The return contents vary but will include at least:
138 bands - Array containing metadata about the bands in the image,
139 properties - Dictionary containing the image's metadata properties.
140 """
141 return super().getInfo()
142
143 def getMapId(self, vis_params: Any | None = None) -> dict[str, Any]:
144 """Fetch and return a map ID dictionary, suitable for use in a Map overlay.

Callers 15

count_features.pyFile · 0.45
profilePrintingFunction · 0.45
runMethod · 0.45
runMethod · 0.45
_get_size_assetMethod · 0.45
_safe_get_infoMethod · 0.45
test_computed_objectMethod · 0.45
test_cast_differentMethod · 0.45
test_initMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_computed_objectMethod · 0.36
test_cast_differentMethod · 0.36
test_initMethod · 0.36
test_naive_bayes_argsMethod · 0.36
test_profile_printingMethod · 0.36
test_blobMethod · 0.36
test_computed_objectMethod · 0.36
test_inner_joinMethod · 0.36