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
Is your feature request related to a problem? Please describe.
If we have a fieldlist to_numpy() gives back a 2D numpy array containing all the field values per field. We can slice this array according to the second (per field axis) like that:
This could be done in a more memory efficient way if we performed the slicing on the field level and to_numpy() returned the already sliced 2D array. This could be done e.g. by implementing the following interface:
Is your feature request related to a problem? Please describe.
If we have a fieldlist
to_numpy()
gives back a 2D numpy array containing all the field values per field. We can slice this array according to the second (per field axis) like that:This could be done in a more memory efficient way if we performed the slicing on the field level and
to_numpy()
returned the already sliced 2D array. This could be done e.g. by implementing the following interface:Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Organisation
ECMWF
The text was updated successfully, but these errors were encountered: