A library and command line tool to read, write and validate AIS and GPS messages in the GPSD JSON format (or the same format in a msgpack container).
Project description
[![Build Status](https://travis-ci.org/SkyTruth/gpsd_format.svg?branch=master)](https://travis-ci.org/SkyTruth/gpsd_format) [![Coverage Status](https://coveralls.io/repos/SkyTruth/gpsd_format/badge.svg?branch=master)](https://coveralls.io/r/SkyTruth/gpsd_format?branch=master)
A collection of tools for working with the GPSD JSON format (or the same format in a msgpack container).
Currently only a subset of message types are supported.
A library to read and write messages in the format
A command line tool to validate files in the format and give feedback on statistics and any errors found
Installation
$ pip install https://github.com/skytruth/gpsd_format
Developing
$ git clone https://github.com/SkyTruth/gpsd_format.git $ cd gpsd_format $ virtualenv venv $ source venv/bin/activate $ pip install -e . $ nosetests –with-coverage
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.