wkt-geom: A parser of WKT, WKB and eWKB.

[ apache, data, library ] [ Propose Tags ]

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.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
error-check

Compile with error-checking

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.0.11, 0.0.12
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), base16-bytestring (>=0.1.1.6), binary (>=0.8), bytestring (>=0.10), containers (>=0.5.10.1), geojson (>=4.0.1 && <5), scientific (>=0.3.6), trifecta (>=1.7), utf8-string (>=1), vector (>=0.10) [details]
License Apache-2.0
Copyright 2017-2020 Wkt-Geom Project
Author Andrew Newman, Dominic Endrei
Maintainer andrewfnewman@gmail.com
Category Data
Home page https://github.com/zellige/wkt-geom#readme
Bug tracker https://github.com/zellige/wkt-geom/issues
Source repo head: git clone https://github.com/zellige/wkt-geom
this: git clone https://github.com/zellige/wkt-geom.git(tag 0.0.11)
Uploaded by newmana at 2021-08-08T02:21:16Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4625 total (27 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-08-08 [all 1 reports]

Readme for wkt-geom-0.0.12

[back to package description]

wkt-geom Haskell CI Hackage

A parser for Well Known Text (WKT), Well Known Binary (WKB) and the PostgreSQL extension Extended Well Know Binary (eWKB).

See:

Other Projects