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.

Home Page:http://neo4j-contrib.github.io/spatial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do you have A plan to support Neo4j 4.0 ?

codingmiao opened this issue · comments

Neo4j 4.0 has many nice features, but spatial only supports 2.5.2, Looking forward to integration with it

We've started porting some of the related spatial projects to 4.0. Both https://github.com/neo4j-contrib/spatial-algorithms and https://github.com/neo4j-contrib/osm are ported to 4.0, but not yet released (you can now built them for 4.0 yourself).

This project is next in line. All three are maintained on a volunteer basis, so need free time to work on. I'll try get to this one soon. If it is urgent, you are welcome to try port it yourself, looking at the changes we made to the above two projects for inspiration.