:orphan:
Example Gallery
===============
This gallery houses examples on how to use cmaqsatproc with various satellite
products and using different data acquisition methods.
* Configure
* Configure OpenDAP : setup to use OpenDAP connection (required by OpenDAP examples)
* TropOMI:
* TropOMI L3 OpenDAP: create custom L3 file from TropOMI via OpenDAP server.
* TropOMI/CMAQ L3: create custom L3 file from CMAQ and TropOMI with CMAQ AMF
* VIIRS
* VIIRS L3 Local Disk: create custom L3 file from VIIRS via files on disk.
All examples require `cmaqsatproc` which can be installed via `shell` or in a
Jupyter Notebook. In `shell`, the command is:
.. code-block:: bash
python -m pip install --user cmaqsatproc
In notebooks (e.g., on Google Colab), this can be done live with
the command below (may require kernel restart):
.. code-block:: python
%pip install --user cmaqsatproc
To run an example in a notebook:
1. Copy the command above into a new cell and run it.
2. Click on example below to see code.
3. Copy the code from the example into a new cell and run it.
.. raw:: html
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_ex1_config_netrc_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_ex1_config_netrc.py`
.. raw:: html
Configure OpenDAP
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_ex2_tropomi_opendap_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_ex2_tropomi_opendap.py`
.. raw:: html
TropOMI L3 OpenDAP
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_ex3_cmaq_tropomi_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_ex3_cmaq_tropomi.py`
.. raw:: html
TropOMI/CMAQ L3
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_ex4_viirs_local_thumb.png
:alt:
:ref:`sphx_glr_auto_examples_ex4_viirs_local.py`
.. raw:: html
VIIRS L3 Local Disk
.. raw:: html
.. toctree::
:hidden:
/auto_examples/ex1_config_netrc
/auto_examples/ex2_tropomi_opendap
/auto_examples/ex3_cmaq_tropomi
/auto_examples/ex4_viirs_local
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: auto_examples_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery `_