这里唯一要解释的函数就是这个:
updateMask(mask)
说白了就是将不满足你条件的东西去掉,留下满足你要求的影像进行输出,输出图像保留输入图像的元数据和足迹。
Updates an image’s mask at all positions where the existing mask is not zero. The output image retains the metadata and footprint of the input image.
Arguments:
this:image (Image):
Input image.
mask (Image):
New mask for the image, as a floating-point value in the range [0, 1] (invalid = 0, valid = 1). If this image has a single band, it is used for all bands in the input image; otherwise, must have the same number of bands as the input image.
Returns: Image
今天的文章Google Earth Engine(GEE)——分别用NDVI和NDWI进行阈值设定从而进行土地类型的划分!分享到此就结束了,感谢您的阅读,如果确实帮到您,您可以动动手指转发给其他人。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/31946.html