andreabedini / hgeos

Haskell bindings to Geometry Engine Open Source C API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hgeos Hackage Travis GitHub issues GitHub license

Simple Haskell bindings to the Geometry Engine Open Source C API heavily inspired by Django GEOS bindings

Documentation is available on Hackage:

Note that the bindings are very far from complete. There's just about enough of the API covered to compute intersections of polygons, which is the bare minimum of the API required to render my viz. I will add to the API as and when I need specific GEOS functionality. If there are specific portions that you would like implemented, please open a ticket or submit a pull request for it.

Change log

View change log

Contributing

View developer guide

Licence

Released under MIT License

Copyright © 2016 Richard Cook

About

Haskell bindings to Geometry Engine Open Source C API

License:MIT License


Languages

Language:Haskell 86.5%Language:Shell 10.4%Language:C 3.1%