This plugin is used to estimate the near shore bathymetry.It uses the Log Ratio Transformation method. This tool uses a bottom albedo-independent Bathymetry algorithm developed by Stumpf and Holderied (2003). The bottom albedo-independent nature of the algorithm means that sea floor covered with dark sea grass or bright sand is shown to be at the same depth when they are at the same depth.This bathymetry is resonable only between depths of 2 to 20m. This tool is similar to the Relative Water Depth tool in ENVI.


Data required for the tool are:

1. Blue Band,Green Band -for computing the relative depths.

2. OPTIONAL: Red band, NIR band, SWIR band - for creating mask to extract water body.

3. Ground truth Shape file: a shape file with point features containing the actual depth information.

4. MetaDataFile(MLT) OPTIONAL: for converting DN value to TOA.


Meta data File:

The meta datafile provided with the landsat data set is required for conversion of DN to TOA reflectance.The plugin itself converts the DN values to TOA reflectance.The meta data file is required in (.txt) format

Masks

NDWI-Normalised Difference Water Index Mask(uses NIR and GREEN bands).

MNDWI-Modified mask.It uses NDWI+MNDWI for masking .This mask can efficiently highlight even shallow water.The mask uses SWIR ,NIR and GREEN bands .Then NDVI mask is created to remove aquatic plantation reqion from the mask.

Custom-You can provide with a custom binary mask.

Consider only the largest water body

If enabled,it removes small water bodies or sieve pixels while creating the mask to extract only the largest water body in the region.

Ground Truth

The ground truth data is used to convert the computed relative depth to actual depth using rehression.This must contains points with actual depth. The data must be a Shape file with point features and with the first attribute as its depth(positive) and must be in the same projection as the input rasters. If you just want to stop with the relative water depth, just give some dummpy data for this region with two or three points.

Output

Four output files will be created .A mask file,actual depth(.tif) file ,relative depth(.tif) file and a graph(.pdf) file thats shows the plot of regression and the regression R2 and standard error values.

(A sample dataset is provided within the plugin repository. Please note that in the actual depth data in the ground truth is just for sample and are not the orginal values.)