Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature component links #1518

Merged
merged 6 commits into from
Apr 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,25 @@ wrappers to provide low-level automation and examples, also called use-cases.
A description of each tool along with some ancillary repositories are as
follows:

* **MET** - core statistical tool that matches up grids with either gridded
* **METplus** (`repo <https://github.com/dtcenter/METplus>`__, `docs <https://metplus.readthedocs.io/en/latest/>`__)

* **wrappers** - suite of Python-based wrappers that provide low-level automation of the METplus software components listed below
* **use-cases** - example configuration files and sample data to demonstrate scientific applications of the METplus wrappers

* **MET** (`repo <https://github.com/dtcenter/MET>`__, `docs <https://met.readthedocs.io/en/latest/>`__) - core statistical tool that matches up grids with either gridded
analyses or point observations and applies configurable methods to compute
statistics and diagnostics
* **METviewer** - core database and display system intended for deep analysis
* **METviewer** (`repo <https://github.com/dtcenter/METviewer>`__, `docs <https://metviewer.readthedocs.io/en/latest/>`__) - core database and display system intended for deep analysis
of MET output
* **METexpress** - core database and display system intended for quick
* **METexpress** (`repo <https://github.com/dtcenter/METexpress>`__, `docs <https://metexpress.readthedocs.io/en/latest/>`__) - core database and display system intended for quick
analysis via pre-defined queries of MET output
* **METplus wrappers** - suite of Python-based wrappers that provide
low-level automation of MET tools and newly developed plotting capability
* **METplus use-cases** - configuration files and sample data to show how to
invoke METplus wrappers to make using MET tools easier and reproducible
* **METcalcpy** - suite of Python-based scripts to be used by other
* **METcalcpy** (`repo <https://github.com/dtcenter/METcalcpy>`__, `docs <https://metcalcpy.readthedocs.io/en/latest/>`__) - suite of Python-based scripts to be used by other
components of METplus tools for statistical aggregation, event
equalization, and other analysis needs
* **METplotpy** - suite of Python-based scripts to plot MET output,
* **METplotpy** (`repo <https://github.com/dtcenter/METplotpy>`__, `docs <https://metplotpy.readthedocs.io/en/latest/>`__) - suite of Python-based scripts to plot MET output,
and in come cases provide additional post-processing of output prior
to plotting
* **METdatadb** - database to store MET output and to be used by both
* **METdatadb** (`repo <https://github.com/dtcenter/METdatadb>`__, `docs <https://metdatadb.readthedocs.io/en/latest/>`__) - database to store MET output and to be used by both
METviewer and METexpress

The umbrella repository will be brought together by using a software package
Expand Down