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

Method int8

python/ee/pixeltype.py:162–165  ·  view source on GitHub ↗

Returns the 8-bit signed integer pixel type.

()

Source from the content-addressed store, hash-verified

160
161 @staticmethod
162 def int8() -> PixelType:
163 """Returns the 8-bit signed integer pixel type."""
164
165 return apifunction.ApiFunction.call_('PixelType.int8')
166
167 @staticmethod
168 def uint16() -> PixelType:

Callers

nothing calls this directly

Calls 1

call_Method · 0.80

Tested by

no test coverage detected