Description
A parser of WKT, WKB and eWKB.
Description
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.
README.md
wkt-geom Hackage
A parser for Well Known Text (WKT), Well Known Binary (WKB) and the PostgreSQL extension Extended Well Know Binary (eWKB).
See:
- http://www.opengeospatial.org/standards/sfa (Section 7)
- http://edndoc.esri.com/arcsde/9.0/general_topics/wkt_representation.htm