FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d82fdef4 authored by L. Bower's avatar L. Bower
Browse files

removing the "packages" pages from docs - info in here can go in the package-specific api docs

parent cdb36cea
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,10 @@ Use the links below or in the side menu to see detailed descriptions of individu
:header: "Package", "Description"
:widths: 15, 30
:ref:`Coordinator<coordinator_overview>`, "Coordinates the running of all pipeline modules"
:ref:`Post processing<post_processing_overview>`, "Determines the business performed by the Coordinator pipeline ""post-processing"" step"
:ref:`Job flagging<flagdir_overview>`, "Basic flag-file handling within a provided directory"
:ref:`Plotting<plotting_overview>`, "Plots maps from the pipeline outputs"
:class:`coordinator`, "Coordinates the running of all pipeline modules"
:class:`ews_postprocessing`, "Determines the business performed by the Coordinator pipeline ""post-processing"" step"
:class:`flagdir`, "Basic flag-file handling within a provided directory"
:class:`plotting`, "Plots maps from the pipeline outputs"
**Deposition:**
......@@ -35,7 +35,7 @@ Use the links below or in the side menu to see detailed descriptions of individu
:header: "Package", "Description"
:widths: 15, 30
:ref:`Source calculation<source_calc_overview>`, "Calculates daily spore sources from a host map and surveillance points.
:class:`source_gen`, "Calculates daily spore sources from a host map and surveillance points.
Used by the MetOffice for the NAME dispersal calculations"
**Environmental suitability:**
......@@ -44,8 +44,8 @@ Use the links below or in the side menu to see detailed descriptions of individu
:header: "Package", "Description"
:widths: 15, 30
:ref:`Met processing<met_processing_overview>`, "Extracts incoming Met Data and runs :class:`~met_processing.post_processing.common.timepoint_processor_base.TimePointProcessorBase` implementations to calculate weather-and-time-based values"
:ref:`Environmental suitability<env_suit_overview>`, ":class:`~met_processing.post_processing.common.timepoint_processor_base.TimePointProcessorBase` implementations to calculate the environmental conditions of wheat rust infection."
:class:`met_processing`, "Extracts incoming Met Data and runs :class:`~met_processing.post_processing.common.timepoint_processor_base.TimePointProcessorBase` implementations to calculate weather-and-time-based values"
:class:`environmental_suitability`, ":class:`~met_processing.post_processing.common.timepoint_processor_base.TimePointProcessorBase` implementations to calculate the environmental conditions of wheat rust infection."
**Epidemiology:**
......@@ -53,7 +53,7 @@ Use the links below or in the side menu to see detailed descriptions of individu
:header: "Package", "Description"
:widths: 15, 30
:ref:`Epidemiology<epidemiology_overview>`, "Simulates infected area of grid cells according to epidmiological formulations and various input data streams."
:class:`EpiModel`, "Simulates infected area of grid cells according to epidmiological formulations and various input data streams."
**Advisory builder:**
......@@ -62,4 +62,4 @@ Use the links below or in the side menu to see detailed descriptions of individu
:header: "Package", "Description"
:widths: 15, 30
:ref:`Advisory builder<advisory_overview>`, "Simulates infected area of grid cells according to epidmiological formulations and various input data streams."
:class:`AdvisoryBuilder`, "Simulates infected area of grid cells according to epidmiological formulations and various input data streams."
.. _advisory_overview:
Advisory builder
================
Overview
--------
Full-depth advisory docs
APIs
----
:class:`Advisory` API
.. _coordinator_overview:
Coordinator
===========
Overview
--------
Full-depth coordinator docs
APIs
----
:class:`coordinator` API
.. _env_suit_overview:
Environmental suitability
=========================
Overview
--------
Full-depth coordinator docs
APIs
----
:class:`environmental_suitability` API
.. _epidemiology_overview:
Epidemiology
============
Overview
--------
Full-depth epi docs
APIs
----
:class:`EpiModel` API
.. _flagdir_overview:
JOb flagging
============
Overview
--------
Full-depth flagging docs
APIs
----
:class:`flagdir` API
.. _media_scraper_overview:
Media scraper
=============
Overview
--------
Full-depth scraper docs
APIs
----
:class:`` API
.. _met_processing_overview:
Met Processing
==============
Full-depth Met Processing docs
Overview
--------
The Met Processing package processes Met data supplied by the UK Met Office (UKMETO)
.. autosummary::
met_processing.common
met_processing.met_extraction
met_processing.post_processing
met_processing.runner
APIs
----
:class:`met_processing` API
.. _plotting_overview:
Plotting
========
Full-depth Plotting docs
Overview
--------
The plotting produces the images. It receives input csvs produced by the :class:`met_processing` module.
The :class:`plotting.common.plotting_coordinator` module uses the `disease plotting coordinators` to iterate over
the known disease types and weekly/daily/hourly output files.
The :class:`plotting.common.plot_images` module contains the matplotlib functions for producing the image components.
.. image:: /_images/depo.png
:scale: 25 %
:alt: alternate text
APIs
----
:class:`plotting` API
.. _post_processing_overview:
Post-processing
===============
Full-depth post-processing docs
Overview
--------
The post-processing package contains lifecycle functions for the EWS coordinator pipelines. post-processing steps are
called after the main work of the variout ews pipelines are complete. Post-processers generally deal with data wrangling
and plotting.
*table showing the different post processors and summary of function*
APIs
----
:class:`ews_postprocessing` API
.. _source_calc_overview:
Source calculation
==================
Overview
--------
Full-depth source calc docs
**the module is still called `source_gen` despite renaming the gitlab project - should we rename source_gen to match?**
APIs
----
:class:`source_gen` API
......@@ -6,7 +6,7 @@ API
:template: custom-module-template.rst
:recursive:
.. coordinator
coordinator
plotting
ews_postprocessing
met_processing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment