PyMWR#

PyMWR is a Python package for interacting with microwave radiometer (MWR) data. It allows users to read, plot, and analyze MWR data from various sources.

Warning

This library is under heavy development.

Contents

Installation#

To install PyMWR, run the following command:

pip install pymwr

Alternatively, you can install it from source:

pip install git+https://github.com/imsayyed/pymwr.git

Or, you can install it in –user mode:

git clone https://github.com/imsayyed/pymwr.git
cd pymwr
python setup.py install --user

Usage#

Here is an example of how to read and plot MWR data using PyMWR.

Contributing#

If you would like to contribute to PyMWR, please read the Contributing Guidelines.

License#

PyMWR is licensed under the MIT License.

Authors#