-
Notifications
You must be signed in to change notification settings - Fork 25
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
Let Xarray handle decode_times
#232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. This makes a lot more sense than having the cftime_variables kwarg.
@norlandrhagen I merged in the changes from |
…dated xr.open_dataset decode behavior
Thanks for fixing that @norlandrhagen ! Let's just add a note to the release notes to explain to users what we have just changed, then this should be good to merge. Also FYI @jsignell |
@@ -54,6 +53,7 @@ def open_virtual_dataset( | |||
filetype: FileType | None = None, | |||
drop_variables: Iterable[str] | None = None, | |||
loadable_variables: Iterable[str] | None = None, | |||
decode_times: bool | None = None, | |||
cftime_variables: Iterable[str] | None = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just seeing this after getting back from break. Should the cftime_variables
kwarg be removed?
EDIT: oohh I see it's being deprecated.
docs/releases.rst