:orphan: pyrsig Example Gallery ====================== This gallery houses examples on how to use pyrsig to do various analyses. This includes downloading and visualizing the data. Some examples require some features of pyrsig that are not required for minimal functionality. To install all the necessary libaries for any example, run the command below (use --user if not an admin): .. code-block:: bash python -m pip install --user pyrsig pycno pyproj netcdf4 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 pyrsig pycno pyproj netcdf4 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
Get data examples ----------------- Examples showing how to get data. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/getdata/images/thumb/sphx_glr_get_0_capabilities_thumb.png :alt: :ref:`sphx_glr_auto_examples_getdata_get_0_capabilities.py` .. raw:: html
Get List of Possible Coverages
.. raw:: html
.. only:: html .. image:: /auto_examples/getdata/images/thumb/sphx_glr_get_1_aqsno2_thumb.png :alt: :ref:`sphx_glr_auto_examples_getdata_get_1_aqsno2.py` .. raw:: html
Get DataFrame for AQS ozone
.. raw:: html
.. only:: html .. image:: /auto_examples/getdata/images/thumb/sphx_glr_get_2_tropomidf_thumb.png :alt: :ref:`sphx_glr_auto_examples_getdata_get_2_tropomidf.py` .. raw:: html
Get DataFrame for TropOMI NO2
.. raw:: html
.. only:: html .. image:: /auto_examples/getdata/images/thumb/sphx_glr_get_3_tropomicoards_thumb.png :alt: :ref:`sphx_glr_auto_examples_getdata_get_3_tropomicoards.py` .. raw:: html
Get COARDS formatted NetCDF TropOMI NO2
.. raw:: html
.. only:: html .. image:: /auto_examples/getdata/images/thumb/sphx_glr_get_4_tropominc_thumb.png :alt: :ref:`sphx_glr_auto_examples_getdata_get_4_tropominc.py` .. raw:: html
Get IOAPI formatted NetCDF TropOMI NO2
.. raw:: html
.. only:: html .. image:: /auto_examples/getdata/images/thumb/sphx_glr_get_5_purpleairpm_thumb.png :alt: :ref:`sphx_glr_auto_examples_getdata_get_5_purpleairpm.py` .. raw:: html
Get DataFrame for PurpleAir PM25
.. raw:: html
Timeseries examples ------------------- Examples showing timeseries analyses that illustrate the power of pyrsig. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/timeseries/images/thumb/sphx_glr_plot_cmaqpandora_thumb.png :alt: :ref:`sphx_glr_auto_examples_timeseries_plot_cmaqpandora.py` .. raw:: html
CMAQ vs Pandora
.. raw:: html
.. only:: html .. image:: /auto_examples/timeseries/images/thumb/sphx_glr_plot_elpaso_thumb.png :alt: :ref:`sphx_glr_auto_examples_timeseries_plot_elpaso.py` .. raw:: html
El Paso AirNow vs TEMPO
.. raw:: html
.. only:: html .. image:: /auto_examples/timeseries/images/thumb/sphx_glr_plot_nyc_thumb.png :alt: :ref:`sphx_glr_auto_examples_timeseries_plot_nyc.py` .. raw:: html
NYC VIIRS AOD vs TropOMI NO2
.. raw:: html
.. only:: html .. image:: /auto_examples/timeseries/images/thumb/sphx_glr_plot_phoenix_thumb.png :alt: :ref:`sphx_glr_auto_examples_timeseries_plot_phoenix.py` .. raw:: html
Phoenix AQS vs TropOMI
.. raw:: html
.. only:: html .. image:: /auto_examples/timeseries/images/thumb/sphx_glr_plot_pittsburg_thumb.png :alt: :ref:`sphx_glr_auto_examples_timeseries_plot_pittsburg.py` .. raw:: html
Pittsburg Pandora vs TEMPO
.. raw:: html
Oversample examples ------------------- Examples showing data oversampling of satellite data on a grid. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/oversample/images/thumb/sphx_glr_plot_conus4k_thumb.png :alt: :ref:`sphx_glr_auto_examples_oversample_plot_conus4k.py` .. raw:: html
Oversample CONUS at 4k
.. raw:: html
Maps examples ------------------- Examples showing how to make specific maps. .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/maps/images/thumb/sphx_glr_plot_hmssmoke_thumb.png :alt: :ref:`sphx_glr_auto_examples_maps_plot_hmssmoke.py` .. raw:: html
Plot Smoke Polygons
.. raw:: html
.. only:: html .. image:: /auto_examples/maps/images/thumb/sphx_glr_plot_shapefile_thumb.png :alt: :ref:`sphx_glr_auto_examples_maps_plot_shapefile.py` .. raw:: html
GIS TropOMI Processing
.. raw:: html
.. toctree:: :hidden: :includehidden: /auto_examples/getdata/index.rst /auto_examples/timeseries/index.rst /auto_examples/oversample/index.rst /auto_examples/maps/index.rst .. 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 `_