TNO Intern

Commit 968d29ab authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated docs.

parent 2587f9f4
Loading
Loading
Loading
Loading
+23 −9
Original line number Diff line number Diff line
#
# Changes
# 
# 2022-09, Arjo Segers, Met-Norway
#   Added cso_superob module.
#   Added cso_colocate module.
#


#-------------------------------------------------
# help
@@ -34,6 +42,7 @@ Actual implementations can be found in submodules:
   pymod-cso_regions
   pymod-cso_mapping
   pymod-cso_colocate
   pymod-cso_regions
   pymod-cso_catalogue
   pymod-cso_plot
   pymod-cso_constants
@@ -57,6 +66,7 @@ and are defined according to the following hierchy:
  * :py:class:`.CSO_S5p_Convert`
  * :py:class:`.CSO_S5p_Listing`
  * :py:class:`.CSO_GriddedAverage`
  * :py:class:`.CSO_CreateCountryMask`
  * :py:class:`.CSO_Catalogue`

* :py:class:`.CSO_File`
@@ -81,7 +91,11 @@ from cso_s5p import *
from cso_s5p_superobs import *
from cso_gridded      import *
from cso_colocate     import *
from cso_superobs     import *
from cso_regions      import *
from cso_constants    import *
from cso_mapping      import *
from cso_plot         import *


#-------------------------------------------------