Giter Site home page Giter Site logo

Comments (2)

karimnorouzi avatar karimnorouzi commented on June 2, 2024

I like to add that this works with other nodes. Only when I try to download cordex data set on this server, the script fails.
Many thanks.

from esgf-pyclient.

alaniwi avatar alaniwi commented on June 2, 2024

This looks like not an issue with esgf-pyclient, which is only being used here to find the URL from the search index.

Regarding access to the URL itself, I am not succeeding with xarray but that is probably just me doing something wrong as I'm insufficient familiarity with xarray, but using netCDF4 I can open the dataset after creating an appropriate .dodsrc file.

>>> import netCDF4
>>> url
'http://esg-dn1.nsc.liu.se/thredds/dodsC/esg_dataroot3/cordexdata/cordex/output/MNA-44/SMHI/CNRM-CERFACS-CNRM-CM5/rcp85/r1i1p1/SMHI-RCA4/v1/3hr/pr/v20180109/pr_MNA-44_CNRM-CERFACS-CNRM-CM5_rcp85_r1i1p1_SMHI-RCA4_v1_3hr_200601010130-200612312230.nc'
>>> ds = netCDF4.Dataset(url)
>>> ds.variables.keys()
odict_keys(['rlat', 'rlon', 'rotated_pole', 'time', 'time_bnds', 'lat', 'lon', 'pr'])

where .dodsrc references a short-lived user credential (I'm registered for CORDEX access under that identity)

$ cat ~/.dodsrc
HTTP.COOKIEJAR=/home/vagrant/dods_cookies
HTTP.SSL.CERTIFICATE=/home/vagrant/credentials.pem
HTTP.SSL.KEY=/home/vagrant/credentials.pem

I'm guessing that either you weren't presenting a valid certificate, or there was a temporary problem with the server.

Note that the cookie jar file doesn't have to exist already - you point at the location and it gets created for you the first time.

from esgf-pyclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.