wkt-geom

A parser of WKT, WKB and eWKB.

https://github.com/zellige/wkt-geom#readme

Latest on Hackage:0.0.12

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

Apache-2.0 licensed by Andrew Newman, Dominic Endrei
Maintained by [email protected]

Well Known Text (WKT), Well Known Binary (WKB) and the PostgreSQL extension Extended Well Know Binary (eWKB) are vector geometry representations.

The text or binary representations are parsed and turned into their GeoJSON representations. The binary representations use vectors throughout whereas the text representation still uses a list and then is converted to a vector representation.