Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rinigus/wkb2twkb-sqlite

Convert WKB geometry BLOBs to TWKB
https://github.com/rinigus/wkb2twkb-sqlite

Last synced: 28 days ago
JSON representation

Convert WKB geometry BLOBs to TWKB

Awesome Lists containing this project

README

        

# wkb2twkb-sqlite
Convert WKB geometry BLOBs to TWKB

This a wrapper around PostGIS liblwgeom allowing you to convert WKB (https://en.wikipedia.org/wiki/Well-known_text) BLOBs in SQLite database into TWKB (https://github.com/TWKB/Specification/blob/master/twkb.md) BLOBs. As a src/main.cpp for command line options.

External dependencies are sqlite and geos_c.

The relevant code of liblwgeom has been copied into the repository. In addition, sqlite3pp has been used to communicate with SQLite. This C++ library is pulled as a submodule into this project.