'cljts: Java Topology Suite for Clojure'

Sat 15 September 2012
  • ANN tags:
  • clojure
  • GIS published: true comments: true

I almost forgot to announce this library I made half of a year ago. This library is aiming to bring Clojure to GIS. So you can manipulate geometry objects with a set of clojure functions.

The library covers :

  • Geometries defined in Simple Feature Spec
  • Spatial relationship test, based on DE-9IM.
  • IO functions, WKT and WKB support
  • some spatial analysis functions such as buffer, convex-hull

Also, this week Alexey Pushkin sent pull request and added support for Perpared Geometry and Affine transformations.

The current release of cljts is 0.2.0-SNAPSHOT. You can find API document at here.

If you are also interested in bringing clojure to GIS, feel free to get connected and hope I could help you.