Skip to content

Commit 19bb34e

Browse files
authored
Merge pull request #136 from NOAA-GFDL/main
.
2 parents 26e7a5c + 809f238 commit 19bb34e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
# CatalogBuilder
22

3+
The GFDL Catalog Builder is a python community package ecosystem that allows users to generate data catalogs compatible with intake-esm.
4+
5+
Data catalogs simplify data discovery by creating customizable, extendable, and queryable catalogs.
6+
7+
To use the catalog builder, install the [conda package](https://anaconda.org/NOAA-GFDL/catalogbuilder), clone the [github repository](https://github.com/NOAA-GFDL/CatalogBuilder), or use the [FRE command line interface](https://github.com/NOAA-GFDL/fre-cli).
8+
9+
10+
Building a catalog would then look something like this:
11+
12+
```
13+
gen_intake_gfdl.py /archive/path_to_data_dir /home/$USER/catalog
14+
```
15+
16+
OR
17+
18+
```
19+
fre catalog build /archive/path_to_data_dir /home/$USER/catalog
20+
```
21+
22+
If you run into any problems please create an [issue](https://github.com/NOAA-GFDL/CatalogBuilder/issues) here.
23+
324
Cite our work: [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5196586.svg)](https://doi.org/10.5281/zenodo.10787602)
425

5-
See our [project documentation site ](https://noaa-gfdl.github.io/CatalogBuilder/).
26+
For detailed information regarding the Catalog Builder, see our [project documentation site ](https://noaa-gfdl.github.io/CatalogBuilder/).
627

728
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)