Creates a tidal zone raster from the input rasters.
Usage
set_tidal_zone(bed_elevation, MLLW, MHHW)
Arguments
- bed_elevation
RasterLayer; A bed elevation raster.
- MLLW
RasterLayer; A Mean Higher High Water (MHHW)
raster.
- MHHW
RasterLayer; A Mean Lower Low Water (MLLW)
raster.
Value
A tidal zone categorical RasterLayer where:
Deep
Subtidal
Intertidal
Upland
Details
The z-values of all input rasters must be expressed in the same
vertical datum (i.e., National Tidal Datum Epoch, NAVD88).