Currently indices can be created, and handled, as either NumPy or Dask arrays, but we do not provide the familiar @property API for laziness that all our other Dimensional Metadata has:
- values
- core_values
- lazy_values
|
# TODO: implement lazy_indices() and core_indices() for _MeshIndexSet |
This will become more important when it comes to #6123.
Currently indices can be created, and handled, as either NumPy or Dask arrays, but we do not provide the familiar
@propertyAPI for laziness that all our other Dimensional Metadata has:iris/lib/iris/mesh/components.py
Line 3351 in 901adaa
This will become more important when it comes to #6123.