Skip to main content

A CLI plugin for `gpsdio` that sorts messages in arbitrarily large files according to an arbitrary set of columns.

Project description

https://travis-ci.org/SkyTruth/gpsdio-sort.svg?branch=master https://coveralls.io/repos/SkyTruth/gpsdio-sort/badge.svg?branch=master

A CLI plugin for gpsdio that creates sort rasters.

Examples

See gpsdio sort --help for info.

$ gpsdio sort input.msg output.msg \
    -c mmsi,timestamp

Installing

Via pip:

$ pip install gpsdio-sort

From master:

$ git clone https://github.com/SkyTruth/gpsdio-sort
$ cd gpsdio-sort
$ pip install .

Developing

$ git clone https://github.com/SkyTruth/gpsdio-sort
$ cd gpsdio-sort
$ virtualenv venv && source venv/bin/activate
$ pip install -e .[test]
$ py.test tests --cov gpsdio_sort --cov-report term-missing

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page