We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flavour_name
encode_
Now the flavour is just a definition of which encode_ option to set. On the other hand the name encode is wrong and the option are very long.
Probably change to something like:
>>> cfgrib.open_dataset('data.grib', backend_kwargs={'encode_cf': ['parameter', 'time', 'vertical', 'geography']})
Where the strings accepted are the ecCodes namespaces.
The text was updated successfully, but these errors were encountered:
Rename user-visible arg to encode_cf to be coherent with xarray `…
encode_cf
xarray
bf9e894
…decode_cf`. Ref #23
6ea8d6a
Dependabot alerts #23: pygments
f3c0c2f
alexamici
No branches or pull requests
Now the flavour is just a definition of which
encode_
option to set. On the other hand the name encode is wrong and the option are very long.Probably change to something like:
Where the strings accepted are the ecCodes namespaces.
The text was updated successfully, but these errors were encountered: