Update Fast API FAQ authored by Kameswarrao Modali's avatar Kameswarrao Modali
......@@ -59,3 +59,9 @@ _***update***_ : The date of last update. \
_***isPrivate***_ : To indicate if the catalog has limited access (no ingestion etc.). \
_***isApi***_ : Flag to distinguish between catalog and API. \
_***accessInfo***_ : Access credentials, if any.
## How to ingest various project catalogs into DKRZ STAC browser?
Please update all the project catalog JSON files in the format specified above, into the DKRZ catalog json file(all_dkrz-apis.json) hosted at [data-infrastructure-services](https://gitlab.dkrz.de/data-infrastructure-services/stac_dev/-/blob/main/all_dkrz-apis.json).\
Subsequently, these are to be read in 'created()' method in 'src/views/SelectDataSource.vue' , instead of querying [STACIndex](stacindex.org).