The GFDL Catalog Builder is a python community package ecosystem that allows users to generate data catalogs compatible with intake-esm.
Data catalogs simplify data discovery by creating customizable, extendable, and queryable catalogs.
To use the catalog builder, install the conda package, clone the github repository, or use the FRE command line interface.
Building a catalog would then look something like this:
gen_intake_gfdl.py /archive/path_to_data_dir /home/$USER/catalog
OR
fre catalog build /archive/path_to_data_dir /home/$USER/catalog
If you run into any problems please create an issue here.
For detailed information regarding the Catalog Builder, see our project documentation site .
This project follows the all-contributors specification. Contributions of any kind welcome!