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