Open raybellwaves opened 3 years ago
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?
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