A CLI plugin for gpsdio that creates density rasters.
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
Via pip:
$ pip install gpsdio-density
From master:
$ git clone https://github.com/SkyTruth/gpsdio-density
$ cd gpsdio-density
$ pip install .
$ 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