semantique.processor.arrays.Array.delineate

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:

xarray.DataArray

Raises: