GEE: Processing Landsat remote sensing images, water body extraction and visualization

Author: CSDN @ _Yakult_

This article introduces the method and code for extracting water body masks through the Google Earth Engine platform and using Landsat satellite remote sensing data. Through processing steps such as cropping and cloud removal, the final image with the water mask is visualized and exported. This method is based on the normalized difference water index (MNDWI) and OTSU threshold calculation technology, using a custom edge computing water mask function. Based on edge detection and OTSU threshold calculation technology, this function obtains the water body mask image by processing Canny edge, histogram analysis and image segmentation.

Figure 1 Color composite
Figure 2 Water body mask

Article directory

Guess you like

Origin blog.csdn.net/qq_35591253/article/details/130949131