Digital Earths Global Hackathon Data Catalog
This is the data catalog for the Digital Earths Global Hackathon. The datasets are hosted by different providers but sometimes may also be accessed remotely and thus are available at other places.
To work with this catalog, you need intake version 0.7 (not 2.X). Please have a look at the environment.yaml file provided for the global hackathon for a compatible python environment. In order to use the best way of accessing the data from your (or your codes) location, you'll have to specify your current NODE_ID when opening the dataset, the catalog will do the rest. In case you are not working on any participating compute center, you may still select online and access publicly available data.
import intake cat = intake.open_catalog("https://digital-earths-global-hackathon.github.io/catalog/catalog.yaml")["NODE_ID"]
In order to open a dataset from the catalog below, use the catalog as follows:
ds = cat["DATASET_ID"](zoom=7).to_dask()
For more info see the minimal plot script in the hackathon-teams repo or the healpix examples on easy.gems.