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.
Please note that it is currently in development mode.
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
Here is an example of how to read and plot MWR data using PyMWR.
If you would like to contribute to PyMWR, please read the Contributing Guidelines.
PyMWR is licensed under the MIT License.