.. _IAGOS.apps.workflow.exports: *************************** IAGOS.apps.workflow.exports *************************** Overview ======== .. figure:: ../graphics/export.svg :width: 100% The **ExportManager** is the last instance of the task execution and combines the components **Exporter** and **Writer**. The Exporter accesses the data of the database and prepares *(e.g., resample the data)* it for the export. The **Writer** writes the prepared data into a specific format *(e.g., netCDF)*. Interfaces ========== Interface - Writer ------------------ .. automodule:: IAGOS.apps.workflow.exports.writers.base :members: Interface - Exporter -------------------- .. automodule:: IAGOS.apps.workflow.exports.exporter.base :members: ExportInfo ========== .. autoclass:: IAGOS.apps.workflow.exports.models.ExportInfo :members: :show-inheritance: ExportManager ============= .. autoclass:: IAGOS.apps.workflow.exports.models.ExportManager :members: :show-inheritance: Exporter ======== .. autoclass:: IAGOS.apps.workflow.exports.models.Exporter :members: :show-inheritance: Writer ====== .. autoclass:: IAGOS.apps.workflow.exports.models.Writer :members: :show-inheritance: