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

Method int32

python/ee/pixeltype.py:150–153  ·  view source on GitHub ↗

Returns the 32-bit signed integer pixel type.

()

Source from the content-addressed store, hash-verified

148
149 @staticmethod
150 def int32() -> PixelType:
151 """Returns the 32-bit signed integer pixel type."""
152
153 return apifunction.ApiFunction.call_('PixelType.int32')
154
155 @staticmethod
156 def int64() -> PixelType:

Callers

nothing calls this directly

Calls 1

call_Method · 0.80

Tested by

no test coverage detected