Skip to content

imsayyed/pymwr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Please note that it is currently in development mode.

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