Loading py/cso.py +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 Loading Loading @@ -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 Loading @@ -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` Loading @@ -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 * #------------------------------------------------- Loading Loading
py/cso.py +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 Loading Loading @@ -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 Loading @@ -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` Loading @@ -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 * #------------------------------------------------- Loading