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

Method int16

python/ee/pixeltype.py:144–147  ·  view source on GitHub ↗

Returns the 16-bit signed integer pixel type.

()

Source from the content-addressed store, hash-verified

142
143 @staticmethod
144 def int16() -> PixelType:
145 """Returns the 16-bit signed integer pixel type."""
146
147 return apifunction.ApiFunction.call_('PixelType.int16')
148
149 @staticmethod
150 def int32() -> PixelType:

Callers

nothing calls this directly

Calls 1

call_Method · 0.80

Tested by

no test coverage detected