TNO Intern

Commit 03751be5 authored by Arjo Segers's avatar Arjo Segers
Browse files

Added class to plot number of available data files per month.

parent e7e95cfe
Loading
Loading
Loading
Loading
+16.3 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ of the *Product Algorithm Laboratory* portal. Also this will produce a table fil
To visualize what is available from the various portals, the
:py:class:`CSO_Inquire_Plot <.CSO_Inquire_Plot>` could be used to create an overview figure:

.. figure:: figs/NO2/Copernicus_S5p_NO2.png
.. figure:: figs/NO2/Copernicus_S5p_NO2_inquire-versions.png
   :scale: 50 %
   :align: center
   :alt: Overview of available NO\ :sub:`2` processings.
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ should have created an overview figure next to the table file::

The figure should look like:

.. figure:: figs/NO2/Copernicus_S5p_NO2.png
.. figure:: figs/NO2/Copernicus_S5p_NO2_inquire-versions.png
   :scale: 50 %
   :align: center
   :alt: Overview of available NO2 processings on DataSpace.
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ class CSO_ColHubMirror_Inquire(utopya.UtopyaRc):
            # endfor # archive_dir

            # info ...
            logging.warning(f"{indent}save ...")
            logging.info(f"{indent}save ...")
            # sort:
            listing.Sort(by="orbit")
            # save:
Loading