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

Support nanosecond precision time coordinates #138

Open
maxrjones opened this issue Jun 24, 2024 · 0 comments
Open

Support nanosecond precision time coordinates #138

maxrjones opened this issue Jun 24, 2024 · 0 comments

Comments

@maxrjones
Copy link
Contributor

pydata/xarray#8575 added an overflow warning for time coordinates in Xarray:

OverflowError: Not possible to cast encoded times from dtype('int64') to dtype('int32') without overflow. Consider removing the dtype encoding, at which point xarray will make an appropriate choice, or explicitly switching to a larger integer dtype.

which users may encounter due to our standardization of time coordinates as int32 (xref #87 and #117). It may be worth adding int64 support in zarr-js and allowing overriding the time encoding in ndpyramid to support nanosecond precision times.

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