Skip to content

A gpsdio CLI plugin to create a density raster from positional AIS messages.

License

Notifications You must be signed in to change notification settings

SkyTruth/gpsdio-density

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpsdio density plugin

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

A CLI plugin for gpsdio that creates density rasters.

Examples

See gpsdio density --help for info.

$ gpsdio density tests/data/*.json example-density.tif \
    -c COMPRESS=DEFLATE \
    -c TILED=YES \
    -c PREDICTOR=2 \
    --jobs 2

Installing

Via pip:

$ pip install gpsdio-density

From master:

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

Developing

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

About

A gpsdio CLI plugin to create a density raster from positional AIS messages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages