semantique.processor.arrays.Array.delineate#
- Array.delineate(track_types=True, **kwargs)[source]#
Apply the delineate verb to the array.
The delineate verb deliniates spatio-temporal objects in a binary array.
- Parameters:
track_types (
bool
) – Should the value type of the output object be promoted, and should it be checked that the input has value type binary?**kwargs – Ignored.
- Returns:
- Raises:
exceptions.InvalidValueTypeError – If
track_types = True
and the array is not binary.exceptions.TooManyDimensionsError – If the array has more dimensions besides the spatial and/or temporal.
exceptions.MissingDimensionError – If the array has neither spatial nor temporal dimensions.