Skip to content

A driver plugin for gpsdio that enable writing to a Fiona supported OGR layer.

License

Notifications You must be signed in to change notification settings

SkyTruth/gpsdio-vector-driver

Repository files navigation

gpsdio vector driver

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

A driver for gpsdio that enables writing to a Fiona supported OGR layer.

For more information see:

import gpsdio_vector_driver.core
help(gpsdio_vector_driver.core.Vector)

Installing

Via pip:

$ pip install gpsdio-vector-driver

From master:

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

Developing

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

About

A driver plugin for gpsdio that enable writing to a Fiona supported OGR layer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages