.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/getdata/get_4_tropominc.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_getdata_get_4_tropominc.py: Get IOAPI formatted NetCDF TropOMI NO2 ======================================= Shows how to get TropOMI as an xarray Dataset. This example downloads a NetCDF file with IOAPI metadata, which is opened and returned. .. GENERATED FROM PYTHON SOURCE LINES 8-22 .. code-block:: default # sphinx_gallery_thumbnail_path = '_static/tropominc.png' import pyrsig rsigapi = pyrsig.RsigApi(bdate='2022-03-01') ds = rsigapi.to_ioapi('tropomi.offl.no2.nitrogendioxide_tropospheric_column') print(ds.data_vars) # Data variables: # TFLAG (TSTEP, VAR, DATE-TIME) int32 ... # LONGITUDE (TSTEP, LAY, ROW, COL) float32 ... # LATITUDE (TSTEP, LAY, ROW, COL) float32 ... # COUNT (TSTEP, LAY, ROW, COL) int32 ... # NO2 (TSTEP, LAY, ROW, COL) float32 ... .. rst-class:: sphx-glr-timing **Total running time of the script:** ( 0 minutes 0.000 seconds) .. _sphx_glr_download_auto_examples_getdata_get_4_tropominc.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: get_4_tropominc.py ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: get_4_tropominc.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_