spatial icon indicating copy to clipboard operation
spatial copied to clipboard

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 ope...

Results 103 spatial issues
Sort by recently updated
recently updated
newest added

As per my post on the google group -> https://groups.google.com/forum/?fromgroups=#!topic/neo4j/mLMhO5C3LL4 I've been playing around with the neo4j spatial stuff (0.11-SNAPSHOT) against the 1.9.M05 release but it seems to have got...

bug

In order to use the neo4j-spatial artifacts, the Neo4j Snapshot Maven Repository must be used, because neo4j-spatial is not on Maven central. That introduces additional moving parts, and may not...

enhancement

(http://groups.google.com/group/neo4j/browse_thread/thread/630dc8ce8c87cf06) it seems when deleteing a node containing a wkt property the wkt property is not removed from the index, even the node is cleanly removed from the DB. This...

bug

Simplify lookup methods by putting the behavior into different classes. Implement putIfAbsent, make sure that remove removes the node. Improve exception handling (e.g. in remove)

enhancement

Is there a 'non batch' OSM inserter? There were allusions to this but I can't seem to find any and the OSMBatchInserter blows up with an out-of-memory exception with a...

enhancement

It is not clear if there was ever a resolution to a similar issue outlined nearly 5 years ago as I am also having issues with Relation nodes/elements referring to...

This pull request includes the changes necessary for this project to compile with Neo4j 5, including updates to logging and the getCoordinate() method, which now returns an array instead of...

Hello, I have been using Neo4j Spatial and I've come across a few questions: 1. **Limitations concerning layers and spatial operations**: I understand that to process spatial data in Neo4j...

I migrated to Neo4j version 5.4, and noticed that spatial functions are no longer working. The getRelationships() method in Neo4j v5 now returns a `ResourceIterable` instead of `Iterable`, so a...