Metadata-Version: 2.1
Name: ionopy
Version: 0.0.10
Summary: Package for processing and analysis of GNSS data
Home-page: https://github.com/dinilbose/ismrpy
Author: Dinil Bose P
Author-email: dinilbose@gmail.com
License: gpl-3.0
Download-URL: https://github.com/dinilbose/ionopy/archive/0.0.6.tar.gz
Keywords: ionopy,pandas
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.13.1)

# ionopy

Package for processing and analysis of GNSS data

## Getting Started
### Prerequisites

Things needed before installation of the package
```
pip install numpy
pip install pandas
pip install unlzw
pip install tables
```

### Installation

```
pip install ionopy
```

## Documentation

Tutorial for analysis module can be found [here](ionopy/analysis/analysis_readme.md)


Tutorial for ionex module can be found [here](ionopy/analysis/ionex_readme.md)
## Authors

All are welcome to contribute to the project
See also the list of [contributors](https://github.com/dinilbose/ismrpy/contributors) who participated in this project.

## License

This project is licensed under the GPL-3 License - see the [LICENSE.md](LICENSE.txt) file for details


