spatial
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...
Bumps [gson](https://github.com/google/gson) from 2.2.4 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Hi, I found in documentation topic about querying. Is it exist any tutorial how deal with this library? Is it possible use these methods on WKT objects, particularly regarding to...
Currently, the latest version `0.28.0-neo4j-4.2.3` published is not compatible with the latest version of Neo4j 4.3: Here's the exception thrown when Neo4j server is starting: ``` java.lang.RuntimeException: Error starting Neo4j...
I have this use case where: - * I have a list of destination polygons and a source polygon (destination and source are just used to denote polygons). * What...
I ran an import of the London OSM data from Planet on a 2 Core machine with 4GIG RAM. OSM Nodes and Ways imported within 3-4 hours. After 30 hours...
This is a minor suggestion but might make it less confusing working with the library: Spatial.importOSM() adds a layer when a file cannot be found. Since there are no stats...
This is more of a feature request than a bug. It would be really helpful if the spatial.importOSM() could support the bz2 format.
The idea here is that if we have imported multiple overlapping chunks of OSM data, it should be possible to _stitch_ them together. The process does as follows: * Identify...
see picture for error it happens on a 3.20 DB created with just ``` CALL spatial.addLayer("points","wkt","WKT"); all apoc.load.csv("c2c.v2021.waypoints.ZoneEtude.WKT.csv") YIELD map call spatial.addWKT("points",map.WKT) yield node with node, map set node.id=map.id,node.name=map.name; match ...
Hello, neo4j version: 3.5.25 spatial jar file: neo4j-spatial-0.26.2-neo4j-3.5.2-server-plugin.jar I seem to be getting inconsistent results (or I'm not understanding the procedures) from `spatial.closest` and `spatial.withinDistance`. If I load the following...