coastal-science / call-catalog-viewer

https://orca.research.sfu.ca/catalogue
Other
1 stars 0 forks source link

Multiple catalogs backend #9

Closed VWJF closed 2 years ago

VWJF commented 2 years ago

A catalog-viewer can host parallel catalogs. To add or remove catalogs to a viewer (cd /var/www/html/catalog-viewer/) use the commands:

$ python code/add_catalog.py ...
$ python code/remove_catalog.py ...
$ python code/catalog_config.py {add,remove} ...

Further details and examples are documented in their --help and docstring and README_catalog_config.md