opendap #2166
Closed
opendap #2166
Comments
hum.. it's https:// I wonder if that is the issue. What do you think @dnadeau4 ? |
here at the lab I can't see it, even in a browser i get:
|
@glpotter this works now. import cdms2
f=cdms2.open("https://dataserver.nccs.nasa.gov/thredds/dodsC/bypass/CREATE-IP/Reanalysis/NASA-GMAO/GEOS-5/MERRA/mon/atmos/ua.ncml
f.listvariables()
['time_bnds', 'lat_bnds', 'ua', 'lon_bnds']
data=f['ua']
data.shape
(446, 42, 361, 540)
data[0,0,:]
ua
masked_array(
data=[[--, --, --, .... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Has anyone tried opendap recently?
Here is an address that I know works but cdat won't open it.
https://dataserver.nccs.nasa.gov/thredds/dodsC/bypass/CREATE-IP/reanalysis/MERRA/mon/atmos/ua.ncml
I did delete the .dodsrc file
Grads opens it fine..
The text was updated successfully, but these errors were encountered: