Skip to content
New issue

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

Investigate xarray argument: http://xarray.pydata.org/en/stable/generated/xarray.open_dataset.html #191

Open
agstephens opened this issue Sep 28, 2021 · 0 comments

Comments

@agstephens
Copy link
Collaborator

Description

I have seen that xarray now has the following parameter for open_*dataset() and open_dataarray():

decode_coords (bool or {"coordinates", "all"}, optional) – Controls which variables are set as coordinate variables:

  • “coordinates” or True: Set variables referred to in the 'coordinates' attribute of the datasets or individual variables as coordinate variables.
  • “all”: Set variables referred to in 'grid_mapping', 'bounds' and other attributes 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant