emsarray.operations
emsarray.operations#
Operations are useful functions that transform datasets, extract subsets, manipulate geometry, or other useful actions. These functions do not depend on the specific format of the underlying dataset, and behave the same across all supported formats.
emsarray.operations.depthThese operations manipulate datasets with a depth axis, such as the output of ocean models.
emsarray.operations.geometryThese operations export the geometry of a dataset in a variety of different formats.
emsarray.operations.point_extractionFunctions to extract data from a dataset at a collection of points.
emsarray.operations.triangulateThese operations triangulate the polygonal mesh of a dataset. This is useful in combination with visualisation packages such as Trimesh or Holoviews.