Metadata-Version: 2.1
Name: pymwr
Version: 0.1.0
Summary: Python package to interact with MWR data
Home-page: https://github.com/imsayyed/pymwr
Author: Imran Sayyed, Hamid Ali Syed
Author-email: sayyed950@gmail.com, hamidsyed37@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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.



## Installation

To install PyMWR, run the following command:

```python
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:

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

Here is an [example](./examples/examples.ipynb) 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

- [Imran Sayyed](https://github.com/imsayyed) (sayyed950@gmail.com)
- [Hamid Ali Syed](https://github.com/syedhamidali) (hamidsyed37@gmail.com)
