User’s Guide¶
Satellite Processors designed for simple CMAQ comparisons.
What can you do?¶
convert L2 or L3 satellite products to L3 on CMAQ grids * 2-d species like total or tropospheric columns * n-d vairables like averaging kernels and scattering weights.
convert CMAQ concentrations to L3-like products * Apply satellite averaging kernels to CMAQ concentrations to make satellite-like CMAQ * Apply CMAQ to create alternative air mass factors to make CMAQ-like satellite products.
What makes it simple?¶
cmaqsatproc has an easy full suite approach
Operates on local files or dynamically finds remote files
User can specify input files from their disk.
Queries NASA’s Common Metadata Repository (CMR) or NOAA AWS
Allows for spatial subsetting based on a simple box.
User can specify the box based on lat/lon
The CMAQ grid can be used to automatically define the box.
Provides L2 access as a dataframe or makes Level 3 data as a dataset
Simple instructions are provided to configure Google Colab.
Getting Started¶
The best way to get started is to install (see below) and then explore the examples gallery.
Installation¶
cmaqsatproc is avalable through pypi.org, but is still in rapid development. You can get the latest release from pypi via the command below.
pip install cmaqsatproc
Or, you can get the latest version with this command.
pip install git+https://github.com/barronh/cmaqsatproc.git
Issues¶
If you’re having any problems, open an issue on github.