TNO Intern

Commit 84532217 authored by Arjo Segers's avatar Arjo Segers
Browse files

Support inquiry and download from NASA EarthData.

parent e41bac96
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line

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

************
Data portals
@@ -18,3 +18,6 @@ Overview of data portals from where satellite observations are downloaded.
* 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.

* The NASA `EarthData <https://ladsweb.modaps.eosdis.nasa.gov/>`_ archives could be accessd via 
  *EarthAccess*; see the :ref:`cso-earthaccess` module for info.
+5 −0
Original line number Diff line number Diff line
.. Documentation for module.

.. Import documentation from ".py" file:
.. automodule:: cso_earthaccess
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ Classes used for specific tasks are implemented in the ``cso_*`` modules.
   pymod-cso_dataspace
   pymod-cso_pal
   pymod-cso_colhub
   pymod-cso_earthaccess
   pymod-cso_s5p
   pymod-cso_file
   pymod-cso_gridded
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ Actual implementations can be found in submodules:
   pymod-cso_inquire
   pymod-cso_dataspace
   pymod-cso_pal
   pymod-cso_earthaccess
   pymod-cso_s5p
   pymod-cso_gridded
   pymod-cso_colocate
@@ -116,6 +117,7 @@ from cso_inquire import *
from cso_dataspace import *
from cso_colhub import *
from cso_pal import *
from cso_earthaccess import *
from cso_s5p import *
from cso_gridded import *
from cso_colocate import *

py/cso_earthaccess.py

0 → 100644
+684 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading