-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
rasm.nc is not a valid NetCDF 3 file #1113
Comments
You have to install netCDF4 in order to open the rasm dataset (at least until we convert the file to netCDF3 - this might take a bit). |
Thanks for the fast response!! Yes that did it. All ok now. I'll close the issue. |
When I do |
Did you try the conda-forge channel to install netcdf4? |
Just did. Got it to work. Muchas Gracias. |
My students / postdocs have been reporting lots of netcdf-related xarray issues recently. I think there are problems with the default anaconda distribution which we are not catching because all our tests use conda-forge.
… On Apr 28, 2017, at 1:09 PM, chunweiyuan ***@***.***> wrote:
Just did. Got it to work. Muchas Gracias.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Anaconda netcdf4 has just been flat out broken: ContinuumIO/anaconda-recipes#89 Not sure how that's really an xarray issue, though. |
Note that since pydata/xarray-data#7 , the rasm file can be read with scipy only:
I guess that @chunweiyuan downloaded the file before that change. We recommend to use conda-forge in the docs, I don't think there's much more we can do. |
Not sure if this is a duplicate of #1106 or something crazy that I'm doing....
I'm attempting to play with the xarray_multidimensional_coords.ipynb but I cant load the sample dataset.
Below are my versions (I just installed xarray using pip today)
('numpy version : ', '1.11.2')
('pandas version : ', u'0.19.0')
('xarray version : ', '0.8.2')
Pasting the full trace below
The text was updated successfully, but these errors were encountered: