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
I have seen that xarray now has the following parameter for open_*dataset() and open_dataarray():
open_*dataset()
open_dataarray()
decode_coords (bool or {"coordinates", "all"}, optional) – Controls which variables are set as coordinate variables:
bool
{"coordinates", "all"}
http://xarray.pydata.org/en/stable/generated/xarray.open_dataset.html
We should investigate whether to use it as a standard part of our opener.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I have seen that xarray now has the following parameter for
open_*dataset()
andopen_dataarray()
:decode_coords (
bool
or{"coordinates", "all"}
, optional) – Controls which variables are set as coordinate variables:http://xarray.pydata.org/en/stable/generated/xarray.open_dataset.html
We should investigate whether to use it as a standard part of our opener.
The text was updated successfully, but these errors were encountered: