neo4j-contrib / spatial

Neo4j Spatial is a library of utilities for Neo4j that faciliates the enabling of spatial operations on data. In particular you can add spatial indexes to already located data, and perform spatial operations on the data like searching for data within specified regions or within a specified distance of a point of interest. In addition classes are provided to expose the data to geotools and thereby to geotools enabled applications like geoserver and uDig.
http://neo4j-contrib.github.io/spatial
Other
780 stars 192 forks source link

Investigate http://www.geotoolkit.org/ usage instead of Geotools #116

Open peterneubauer opened 10 years ago

peterneubauer commented 10 years ago

suggested by @mackristof, thanks!

craigtaverner commented 10 years ago

I believe geotoolkit is a fork of geotools, so I imagine this not being too challenging. However, since geotools is used in GeoServer and uDig, moving to Geotoolkit would be to remove support for those platforms, AFAIK.

Interesting reading of the history of geotools and geotoolkit at http://www.geotoolkit.org/history.html

Certainly more investigation would be required to understand the advantages.