-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
astropy - xarray + dask array #12600
Comments
<xarray.DataArray (dim_0: 10)>
array([ 1., 2., 3., 4., 5., 6., 7., 8., 9., 10.])
Dimensions without coordinates: dim_0 so there does not really seem to be a handle for unit/quantity support in xarray at this point. |
Just to be explicit: We would like to support xarray and dask array in the future, but right now there is no expectation or guarantee that Building in full support for other array classes is a big chunk of work and unfortunately there hasn't been much progress on this. Feel free to chime into the discussion in #8227 if you want to add anything, but I'm going to close this issue as a duplicate. |
Hello everyone,
I am trying to use dask, xarray and astropy together - this is mainly because dask-ms retrieves a radio dataset like this. And when I force my arrays to have a unit I get an error if I do an operation with them before.
Example:
I'm not sure if this an error of xarray or astropy side, but I guess we need to figure that out.
The text was updated successfully, but these errors were encountered: