Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rinigus/wkb2twkb-sqlite
- Owner: rinigus
- License: gpl-2.0
- Created: 2017-04-23T18:04:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T06:35:18.000Z (over 4 years ago)
- Last Synced: 2024-11-10T09:46:44.280Z (2 months ago)
- Language: C
- Size: 194 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wkb2twkb-sqlite
Convert WKB geometry BLOBs to TWKBThis 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.