Metadata-Version: 2.1
Name: gps-helper
Version: 0.0.5
Summary: GPS helper module
Home-page: https://github.com/chiranthsiddappa/gps_helper
Author: Chiranth Siddappa
Author-email: chiranthsiddappa@gmail.com
License: BSD
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: sgp4
Requires-Dist: matplotlib
Requires-Dist: mayavi

# gps_helper

[![pypi](https://img.shields.io/pypi/v/gps_helper.svg)](https://pypi.python.org/pypi/gps_helper)
[![Docs](https://readthedocs.org/projects/gps-helper/badge/?version=latest)](http://gps-helper.readthedocs.io/en/latest/?badge=latest)
[![travis](https://travis-ci.org/chiranthsiddappa/gps_helper.svg?branch=master)](https://travis-ci.org/chiranthsiddappa/gps_helper)

Tools and examples for GPS

## Documentation

Documentation is hosted on [readthedocs](https://gps-helper.readthedocs.io). Interactive 
[Jupyter notebooks](https://gps-helper.readthedocs.io/en/latest/nb_examples.html) are viewable and also included this 
repository.

## Installation

This package is available for download through [pypi](https://pypi.org/project/gps-helper/).

```commandline
pip install gps-helper
```

