GPS API

https://img.shields.io/pypi/v/gps_api.svg https://img.shields.io/travis/jialong-w/gps_api.svg Documentation Status

UNIVERSITY OF CAPE TOWN, EEE3097S 2020, Engineering Design: ECE, Design Project: API for Grove-GPS (Air530).

GPS API assists in extracting data from a GPS module.

Libraries interfaced by this API include: pynmea2, pyserial and haversine.

Features

Functions which GPS API offers:
  • get latitude

  • get longitude

  • get altitude

  • get current location

  • get UTC time

  • get UTC date

  • get distance between current location and another location

  • get current ground speed

  • get estimated time of arrival to a destination

  • reboot the GPS module

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.