Pangeo Catalog
This website hosts an online view of the Pangeo Datastore, which resides on Github:from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/pangeo-data/pangeo-datastore/master/intake-catalogs/master.yaml")
list(cat)
Most of the datasets available are stored in cloud-friendly formats like zarr and are meant to be opened with xarray. Though there is no standard catalog format, our catalogs currently rely upon Intake and Intake-esm.
Browse the master catalog