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):
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):
%pip install --user pyrsig pycno pyproj netcdf4
To run an example in a notebook:
Copy the command above into a new cell and run it.
Click on example below to see code.
Copy the code from the example into a new cell and run it.
Get data examples¶
Examples showing how to get data.
Get List of Possible Coverages
Get COARDS formatted NetCDF TropOMI NO2
Get IOAPI formatted NetCDF TropOMI NO2
Get DataFrame for PurpleAir PM25
Timeseries examples¶
Examples showing timeseries analyses that illustrate the power of pyrsig.
Oversample examples¶
Examples showing data oversampling of satellite data on a grid.
Maps examples¶
Examples showing how to make specific maps.
Pairing Population with Concentration