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

Method float

python/ee/pixeltype.py:138–141  ·  view source on GitHub ↗

Returns the 32-bit floating point pixel type.

()

Source from the content-addressed store, hash-verified

136
137 @staticmethod
138 def float() -> PixelType:
139 """Returns the 32-bit floating point pixel type."""
140
141 return apifunction.ApiFunction.call_('PixelType.float')
142
143 @staticmethod
144 def int16() -> PixelType:

Callers

nothing calls this directly

Calls 1

call_Method · 0.80

Tested by

no test coverage detected