Giter VIP home page Giter VIP logo

Comments (4)

andersy005 avatar andersy005 commented on July 20, 2024

Thank you for opening the issue, @edwardpmorris! Are you running this on one of the NCAR's machines i.e. Casper/DAV or Cheyenne?

from intake-esm-datastore.

mnlevy1981 avatar mnlevy1981 commented on July 20, 2024

I was able to access the file via casper, and it looks like permissions are okay on file (and the catalogs/ directory):

$ ls -l /glade/collections/cmip/catalog/intake-esm-datastore/catalogs/glade-cmip5.csv.gz
-rw-rw-r-- 1 abanihi cmipdata 3189244 Oct 21 11:28 /glade/collections/cmip/catalog/intake-esm-datastore/catalogs/glade-cmip5.csv.gz

from intake-esm-datastore.

edwardpmorris avatar edwardpmorris commented on July 20, 2024

No was running examples in CoLab. I came to the example via pangeo, began following the intake-esm python package documentation examples (CMIP6), looked in the repo. for more catalogs, and wanted to take a look at the CMIP5 netcdf catalog. In the long run I would like to do calculations with CMIP5 data. Sorry I did not realise that it needs to be run from a specific machine. Guess I should have read up more, my mistake, happy to close this.

from intake-esm-datastore.

andersy005 avatar andersy005 commented on July 20, 2024

If you still want to explore the CMIP5 netcdf catalog (without loading the data) outside of NCAR's machines, you can download the json file: https://raw.githubusercontent.com/NCAR/intake-esm-datastore/master/catalogs/glade-cmip5.json to your system and update the catalog_file entry with https://raw.githubusercontent.com/NCAR/intake-esm-datastore/master/catalogs/glade-cmip5.json:

"catalog_file": "/glade/collections/cmip/catalog/intake-esm-datastore/catalogs/glade-cmip5.csv.gz",

Once this is done, running

import intake
url = "PATH_TO_glade-cmip5.json"
col = intake.open_esm_datastore(url)

should work.

from intake-esm-datastore.

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.