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

Method uint16

python/ee/pixeltype.py:168–171  ·  view source on GitHub ↗

Returns the 16-bit unsigned integer pixel type.

()

Source from the content-addressed store, hash-verified

166
167 @staticmethod
168 def uint16() -> PixelType:
169 """Returns the 16-bit unsigned integer pixel type."""
170
171 return apifunction.ApiFunction.call_('PixelType.uint16')
172
173 @staticmethod
174 def uint32() -> PixelType:

Callers

nothing calls this directly

Calls 1

call_Method · 0.80

Tested by

no test coverage detected