This is great news and I applaud the work. The state of open source for geospatial geometry has frequently been fragmented and dodgy at best so this effort to unify it are a step forward. PostGIS is the crown jewel of open source for GIS processing but a broader set of tools is much needed.
The only caveat looking at this is that the geometry computation is not suitable for some types of geospatial analytics. This has been a persistent gap in open source geospatial tools. The challenge is that closing this gap is a pretty esoteric topic in applied mathematics that only a handful of people are really qualified to address and few of them seem to be contributing to open source. Still, any progress is good.
Translating between coordinate systems and basically anything that involves mapping and measuring in 3 dimensions on an irregular not-quite-spherical surface is really hard to get right.
The Local Datum could be NAD83 or what-have-you based on where you are on the surface. Using the local datum gives better distance measurements and more accurately can represent elevation.
This is excellent news. Without knowing much clojure or looking deeply into the source, I wonder if or how this project does or plans to handle projections and coordinate systems? I find this capability to be among the really important things that geospatial libraries provide.
7 comments
[ 2.2 ms ] story [ 29.0 ms ] threadThe only caveat looking at this is that the geometry computation is not suitable for some types of geospatial analytics. This has been a persistent gap in open source geospatial tools. The challenge is that closing this gap is a pretty esoteric topic in applied mathematics that only a handful of people are really qualified to address and few of them seem to be contributing to open source. Still, any progress is good.
http://alienspacesciencenews.files.wordpress.com/2013/10/an-...
The Local Datum could be NAD83 or what-have-you based on where you are on the surface. Using the local datum gives better distance measurements and more accurately can represent elevation.