-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Enhancement]: Xarray: Deprecated since version 2025.01.1: Please pass a coders.CFDatetimeCoder instance initialized with use_cftime to the decode_times kwarg instead.
#719
Comments
FYI @xCDAT/core-developers the xarray.coders.CFDatetimeCoder has the ability decode and encode the time coordinates variables. I think we've ran into situations where we need the raw float time coordinates, but an encoding feature was not available before. |
Actually, I don't think this deprecation affects xCDAT because we use our own custom functions for decoding time coordinates as
|
Is your feature request related to a problem?
xarray=2025.01.1
deprecates theuse_cftime
kwarg, which affectsxcdat.open_dataset()
andxcdat.open_mfdataset()
.Related to: https://github.com/pydata/xarray/releases/tag/v2025.01.1
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
The text was updated successfully, but these errors were encountered: