You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the iris.coords.Coord.cell method has the side effect of loading all the coordinate data from disk into memory.
Motivation
It would be more efficient if only the requested coordinate point would be loaded. If users want to load all data, e.g. because they plan to access many cells, they can do so themselves.
The text was updated successfully, but these errors were encountered:
✨ Feature Request
At the moment, the
iris.coords.Coord.cell
method has the side effect of loading all the coordinate data from disk into memory.Motivation
It would be more efficient if only the requested coordinate point would be loaded. If users want to load all data, e.g. because they plan to access many cells, they can do so themselves.
The text was updated successfully, but these errors were encountered: