-
Notifications
You must be signed in to change notification settings - Fork 0
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
xr$interp problem with translation from posXct to np.datetime64 #2
Comments
Without having investigated your example further, I noticed that When running |
There was a mixup between Date and POSIX formats. If I use a POSIXt sequence for
|
I tried to interpolate a xr.dataarray in R with this code:
But it gave me the following error:
I also checked the type of the timestamp object of the xr.dataarray I was trying to interpolate and it is posxct
I am definitely no expert but could it point to a problem with the translation from posixct to np.datetime64?
Thanks and best regards
The text was updated successfully, but these errors were encountered: