Skip to content

Root catalog of external and internal datasets (EUREC4A, ISCCP,...)

Notifications You must be signed in to change notification settings

ISSI-CONSTRAIN/catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Data catalog

Root catalog of external and internal datasets

Install requirements

pip install "intake<2.0.0" xarray intake-xarray zarr pydap s3fs requests ipfsspec

Accessing datasets

import intake

# Loading catalog
cat = intake.open_catalog("https://raw.githubusercontent.com/ISSI-CONSTRAIN/catalog/main/catalog.yaml")

# Listing sub-catalogs
list(cat)

# Accessing sub-catalogs and their datasets
ds1 = cat['EUREC4A']['simulations']['DALES']['botany']['dx100m']['nx1536']['timeseries'].to_dask()
ds2 = cat['ISCCP']['ISCCP_BASIC_HGM'].to_dask()
ds3 = cat['MPI_TCO']['BCO']['surfacemet_wxt_v1'].to_dask()
ds4 = cat['morphologies']['SGFF'].to_dask()
ds5 = cat['CCF']['ERA5_CCF'].to_dask()

About

Root catalog of external and internal datasets (EUREC4A, ISCCP,...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published