-
Notifications
You must be signed in to change notification settings - Fork 7
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
issues opening GFS archive #26
Comments
Try specifying driver=netcdf, https://github.com/intake/intake-xarray/blob/master/intake_xarray/netcdf.py. Opendap is default and used above. Also try to add all kwargs you need for your xr.open_dataset example |
My suggestion won’t work as there is no httpserver available, which has been available for most other thredds servers. |
have you tried with decode_cf=False? |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this packages. I tried this today but couldn't open a file. I'm able to open it use
xr.open_dataset
and i'm not sure if intake-thredds wants the data to be in a certain format.I'm reading in archive GFS forecast (https://rda.ucar.edu/datasets/ds084.1/#!description). Note you will have to get a log in to access it (https://stackoverflow.com/questions/66178846/read-in-authorized-opendap-url-using-xarray)
vs
The text was updated successfully, but these errors were encountered: