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
Hi @corentincarton, I am not sure if it would be more natural in this case, it is highly subjective.
But it certainly could be a useful alternative output format. Maybe we could trigger it by using the as_dict kwarg?
If it's any help, Metview has a similar notion in its grib_get function. It uses the kwarg grouping: grouping: “field” grouping: “key”
See the link for an example usage.
Is your feature request related to a problem? Please describe.
When I extract specific values from the earthkit metadata, I get a list of tuples:
Describe the solution you'd like
Shouldn't it be more natural to return a dictionary with "param" and "units" as keys and a bunch of lists as values?
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response
The text was updated successfully, but these errors were encountered: