Closed oriolhinojoeum closed 4 weeks ago
Should it be group
or groups
? Do you expect to have data from several groups simultaneously?
Thanks for your message. All relevant information for normal users are in the group "measurements", so I think it could be simplified to extract it from only one group.
I had a look a the group measurement. The "time" variable is not a coordinate. It is also missing attributes.
This is possible in the latest version:
input:
netcdf:
path: ...
group: ...
Is your feature request related to a problem? Please describe.
I have a NetCDF file and the important information is in a group called "measurements". Would it be possible to specify this in the recipe.yml? If I do not specify this somehow, anemoi does not work because it says it does not find data, which is true because it is not searching in the groups.
Describe the solution you'd like
I would like to be able to define it in the recipe.yml files, something like:
Describe alternatives you've considered
No response
Additional context
This is how I would access the code in using xarray in python code:
Here you have a sample dataset where you can try it. https://wekeo-files.prod.wekeo2.eu/index.php/s/caTNZZXR2GF6pJY
Organisation
No response