X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 01 Jun 2016 02:48 PM by  anon
Secure OPeNDAP
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:5
New Member


--
01 Jun 2016 02:48 PM
    I am attempting to read in some CMIP5 model data from an OPeNDAP site that is protected by OpenID (https://pcmdi.llnl.gov/projects/esgf-llnl/). I have seen some threads online that suggested using http://user:pass@data_url, but this just throws a bunch of errors even when trying to run ncdump at the command line. An example I have tried is: ncdump -h http://user:pass@aims3.ll...010100-1991123118.nc If anyone knows how to access files on an OpenID protected OPeNDAP in IDL, your help would be much appreciated. Best, Kyle

    Deleted User



    Basic Member


    Posts:143
    Basic Member


    --
    13 Jun 2016 02:57 PM
    I looked at the OPeNDAP documentation and it appears that OPENID is designed to be used through a browser. Therefore, it might not be easy to do from IDL. One possible workaround might be to use a browser to retrieve a local copy of the file and then use IDL to read this copy of the file. http://docs.opendap.org/i...ntication_Discussion
    You are not authorized to post a reply.