Masking operations¶
The package makes available routines for masking out planview attributes of the delta.
This class is defined in deltametrics.mask
.
Note
When Mask objects are instantiated with single time-slice x-y planform data (i.e., L x W data), the returned mask is expanded along the first dimension to return an object with dimensions 1 x L x W. This ensures that all Mask objects will have the same number of dimensions, but may lead to confusion if writing your own functions.
Mask classes¶
|
Low-level base class to be inherited by all mask objects. |
|
Identify a binary channel mask. |
|
Compute the wet mask. |
|
Identify a binary mask of the delta topset. |
|
Identify the shoreline as a binary mask. |
|
Identify the land-water edges. |
|
Identify channel centerline mask. |