Skip to content

Commit

Permalink
Feature component links (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway authored Apr 7, 2022
1 parent 566be73 commit 2935259
Showing 1 changed file with 11 additions and 10 deletions.
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

0 comments on commit 2935259

Please sign in to comment.