-
Notifications
You must be signed in to change notification settings - Fork 68
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
problem with opendap file #1475
Comments
Jerry,
f=cdms2.open('http://dataserver.nccs.nasa.gov/thredds/dodsC/bypass/CREATE-IP/MERRA/mon/atmos/zg.ncml') — Tom From: potter2 <notifications@github.commailto:notifications@github.com> [GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.49)] on darwin |
Tom, Jerry On Aug 3, 2015, at 8:30 AM, Thomas Maxwell <notifications@github.commailto:notifications@github.com> wrote: Jerry, I don’t know where you got that URL, but the following should work for CREATE-IP/MERRA (are you trying to access a different version of the dataset?): f=cdms2.open('http://dataserver.nccs.nasa.gov/thredds/dodsC/bypass/CREATE-IP/MERRA/mon/atmos/zg.ncml') — Tom From: potter2 <notifications@github.commailto:notifications@github.commailto:notifications@github.com> [GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.49)] on darwin — Gerald (Jerry) Potter |
Works fine for me from my Mac desktop at NASA:
(432, 42, 361, 540) From: potter2 <notifications@github.commailto:notifications@github.com> Tom, Jerry On Aug 3, 2015, at 8:30 AM, Thomas Maxwell <notifications@github.commailto:notifications@github.commailto:notifications@github.com> wrote: Jerry, I don’t know where you got that URL, but the following should work for CREATE-IP/MERRA (are you trying to access a different version of the dataset?): f=cdms2.open('http://dataserver.nccs.nasa.gov/thredds/dodsC/bypass/CREATE-IP/MERRA/mon/atmos/zg.ncml') — Tom From: potter2 <notifications@github.commailto:notifications@github.commailto:notifications@github.commailto:notifications@github.com> [GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.49)] on darwin — Gerald (Jerry) Potter — |
@potter2 there's currently an issue with netcdf/opendap in master see: Unidata/netcdf-c#122 |
see: Unidata/netcdf-c#122 it seems to be related to GUI creating .dodsrc |
@potter2 an temporary solution is to comment out all the CURL mention in your ~/.dodsrc. #CURL.COOKIEJAR=.dods_cookies |
yep confirmed:
|
I deleted ~/.didscr and then it worked. Thanks for finding this! |
@potter2 @doutriaux1 can this be closed? |
no. i am waiting for esgf to be back up to implement a permanent fix that will also work for esgf auth |
partly fixed by CDAT/VisTrails#58 |
I looked into the THREDDS case today. In CDMS2 it will be some work to return a slice of the array. The CDMS2 architecture is made to return the whole array and there is a verification where each returned axis length match the returned netCDF array shape. Maybe I can manage something in CDMS3. |
I am trying to open a file with opendap:
[7:58am] Jerrys-MBP[/Users/potter]python
Python 2.7.9 (default, May 14 2015, 11:49:00)
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.49)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
No errors- just "Abort". The address works fine in grads.
Is this supposed to work?
The text was updated successfully, but these errors were encountered: