TNO Intern

Commit 3dc563d8 authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated documentation for ColHub archive.

parent effd7ff7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ Contents
   gridding
   superobs
   colocate
   portals
   pymods
   history
   documentation

doc/source/portals.rst

0 → 100644
+20 −0
Original line number Diff line number Diff line

.. Label between '.. _' and ':' ; use :ref:`text <label>` for reference
.. _modules-and-classes:

************
Data portals
************

Overview of data portals from where satellite observations are downloaded.

* The main portal for Sentinel data is the `Copernicus DataSpace <https://dataspace.copernicus.eu/>`_.
  See the :ref:`cso-dataspace` module for a detailed description.

* The `Product Algorithm Laboratory <https://www.s5p-pal.com/>`_, or more specific, the
  `S5P-PAL Data Portal <https://data-portal.s5p-pal.com/>`_ provides pre-operational Sentinel-5P data.
  See the :ref:`cso-pal` module for a detailed description.

* The Norwegion `ColHub <https://colhub.met.no>`_ archive is a (partial) mirror of the 
  `Copernicus DataSpace <https://dataspace.copernicus.eu/>`_, with all orbits covering Norway and surrounding areas.
  See the :ref:`cso-colhub` module for a detailed description.
+5 −0
Original line number Diff line number Diff line
.. Documentation for module.

.. Import documentation from ".py" file:
.. automodule:: cso_colhub
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Overview of the Python module(s) and classes.
CSO modules
===========

The ``cso`` module provides the classes that do the work in the CSO pre-processor.
The ``cso`` module provides the classes that do the work in the CSO pre- and post- processing.

.. The following are names of '.rst' files in the 'doc/sources' directory ;
   this ensures that each sub-module is given a seperate page in the documentation.
@@ -29,6 +29,7 @@ Classes used for specific tasks are implemented in the ``cso_*`` modules.
   pymod-cso_inquire
   pymod-cso_dataspace
   pymod-cso_pal
   pymod-cso_colhub
   pymod-cso_s5p
   pymod-cso_file
   pymod-cso_gridded
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ S5p/NO2 observations from KNMI have been available from at least these sources:

  *This is the operational version.*

* `Product Algorithm Laboratory <https://www.s5p-pal.com/>`_, or more specif, the
* `Product Algorithm Laboratory <https://www.s5p-pal.com/>`_, or more specific, the
  `S5P-PAL Data Portal <https://data-portal.s5p-pal.com/>`_;
  see the :ref:`cso-pal` module for a detailed description.
  
Loading