如何找到代表 Google Earth Engine 中没有数据的原因的填充值?
How to find fill values that represent the reason for no data in Google Earth Engine?
我想要蒸散数据并使用 Google Earth Engine 上的“MOD16A2.006:Terra Net Evapotranspiration 8-Day Global 500m”数据集。在 Google Earth Engine 中,没有计算 ET 值的像素具有“屏蔽”值。但是,根据MOD16A2.006 Userguide,“MOD16A2.006”有7种填充值,代表没有值的原因。 (例如,“土地覆盖指定为 urban/built-up”)
我想获取表示没有 ET 值的原因的填充值数据。
如何获得带有填充值数据的 GeoTIFF?
根据 the dataset docs 的“图层”部分,填充值 32761 到 32767 中的 class 赋值可能不准确。它们不包含在 Earth Engine 资产中。
Users are asked to disregard the class assignments for Fill Values 32761 through 32767 irrespective of the assigned quality for these pixels. Class assignments may be incorrect and users are advised to exercise caution while using the product in their application. See known issue PM_MOD16_18074 for further information.
我想要蒸散数据并使用 Google Earth Engine 上的“MOD16A2.006:Terra Net Evapotranspiration 8-Day Global 500m”数据集。在 Google Earth Engine 中,没有计算 ET 值的像素具有“屏蔽”值。但是,根据MOD16A2.006 Userguide,“MOD16A2.006”有7种填充值,代表没有值的原因。 (例如,“土地覆盖指定为 urban/built-up”) 我想获取表示没有 ET 值的原因的填充值数据。 如何获得带有填充值数据的 GeoTIFF?
根据 the dataset docs 的“图层”部分,填充值 32761 到 32767 中的 class 赋值可能不准确。它们不包含在 Earth Engine 资产中。
Users are asked to disregard the class assignments for Fill Values 32761 through 32767 irrespective of the assigned quality for these pixels. Class assignments may be incorrect and users are advised to exercise caution while using the product in their application. See known issue PM_MOD16_18074 for further information.