- csh
- gdal
- SNAP/gpt-sentinel data processor
- Python
- osgeo (gdal, ogr, osr)
- Generic Mapping Tools ( for data presentation)
-
Create "raw" folder and move satellite image into it.
-
excute main.csh
- compute Modification of Normalized Difference Water Index (mndwi) by SNAP gpt.
- Set the area to subset the image.
- save figure to "process" folder.
- Translate.csh
- convert ENVI image format to GeoTIFF for python.
- save figure to "TIFF" folder.
- thrshold.py
- setting threshold for mndwi value. (Default = 1.2*standard deviation)
- save figure to "mask" folder.
- polygonize and save shape file to "vector" folder
- AreaCalculation: Need to assign rough water coverage first to calculate the water area.
- plot.bat (GMT needed)
- for Windows system work.
- ogr2ogr convert shapefile to GMT compatible format
- GMT plot and save figure to "plot" folder.