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...
Hi, I met this issue while importing two files I exported from the openstreetmap website. On a empty graph, exception occurred during the second import (no matter which file). I...
I have loaded neo4j with roughly 3.7M nodes from a CSV dump of a PostGIS DB. The nodes (labeled "JUNCTION") contain a WKT POINT feature in a "geom" key along...
bumped the Neo4j version numbers and fixed unit test failures.
When I using spatial.addWKT procedure to add WKT objects using multi threads in HA 4 cluster environment, the error occurred. Neo4j 3.1.4 Enterprise HA 4 cluster RHEL7 Neo4j Spatial Plugin...
That could be a good addition in order to support bootstrapping in the webadmin after installing Neo4j the first time.
Hello, Why is that when we add nodes using the **layer.add(layer.getGeometryFactory...)** method, it doesn't create the actual nodes in the layer? If we add a node using the following: `Node...
Hi, I'm new in neo4j. I want to use neo4j-spatial in neo4j_3.0.6_community edition. I have copied the neo4j-spatial-0.23-neo4j-3.0.4-server-plugin.jar in plugins. But it doesn't work. How can I use neo4j-spatial in...
Hi, I am trying to import some polygons with other attributes like temperature and humidity. When using embedded API, it is possible to add properties using layer.add function. Now I...
I am trying to upgrade my Neo4j 2.2.3 to 3.0.7. Importing the data seems to work but when I try to start the database server with dbms.allow_format_migration=true it failes with:...
`EditableLayerImpl` offers methods to delete a Node or to remove a node from the Index. The `SpatialPlugin`, however, does not offer methods to this regard. Likewise, `DefaultLayer` offers a method...