top of page
buttons-04.png

Water detection with the Modified Normalized Difference Water Index

Documentation

mNDWI or NDSI (Normalized Difference Snow Index) is mNDWI = NDSI = (Green-SWIR1) / (Green+SWIR1). The Modified index has increased rejection of land and vegetation features over NDWI.

  • Xu, H., 2006. Modification of normalised difference water index (NDWI) to enhance open water features in remotely sensed imagery. International journal of remote sensing, 27(14), pp.3025-3033.

Tutorials

  1. Head to the ODC Sandbox (click here) and login with GitHub Open Authorization.

  2. Open the /examples folder.

  3. Open and run the /examples/Landing_Page.ipynb notebook block by block.

  4. In block [2], use the map interface to draw a small area of interest, and select a time frame.

  5. Click "Query Cube" and review the number of tiles that will be accessed. Less than 100 will run quickly.

  6. Run block [3], 'band_indices_aws_landsat8', click on the mNDWI button, and calculate mNDWI for anywhere inside your previous bounds.

Code/Python Notebooks

GitHub Resources

bottom of page