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

https://github.com/bgamari/wkt

Haskell parsers and types for Well-Known Text (WKT) data
https://github.com/bgamari/wkt

Last synced: over 1 year ago
JSON representation

Haskell parsers and types for Well-Known Text (WKT) data

Awesome Lists containing this project

README

          

# wkt - A Haskell Well-Known Text parser

Well-known text (wkt) is a format for representing vector geometries
and spatial reference systems in digital mapping. This is a parser for
wkt data.

## References

* https://en.wikipedia.org/wiki/Well-known_text
* http://www.geoapi.org/3.0/javadoc/org/opengis/referencing/doc-files/WKT.html