Features
Ways to use the data in this catalog
Access the catalog through
Intake API
Use the intake library to download data
from intake import open_catalog
url = "https://datacatalogirc.blob.core.windows.net/data/catalog.yml"
cat = open_catalog(url)
Partners