model_catalogs catalogs for GOODS
Project based on the cookiecutter science project template.
Install model_catalogs
and this package of catalogs will be installed too.
If you need to install these yourself, you can with PyPI:
pip install mc-goods
or with conda-forge:
conda install -c conda-forge mc-goods
- Place the new catalog file in the package directory (
mc_goods
). - Add catalog name to
__init__
following other catalog files. - Add catalog to
setup.py
following others. - Git commit and push to repo.
- Reinstall package since entry_points have changed.