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...
mvn clean package -Dmaven.test.skip=true install gives repeatedly: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack-dependencies (get-test-data) on project neo4j-spatial: Error unpackin g file: c:\mavenlocalrepo\org\neo4j\spatial\osm-test-data\20100819\osm-test-data-20100819.jar to: C:\data\2014\neo4j\build-spatial-self\spatial\target [ERROR] org.codehaus.plexus.archiver.ArchiverException: Error while expanding c:\mavenlocalrepo\org\neo4j\spatial\osm-test-data\20100819\osm-test-data-20100819....

I'd like to propose a PR to migrate geotools from 14.4 to 21.0. See: - https://github.com/deniger/spatial - https://github.com/deniger/spatial/commit/0e1c67a17d6003cfd65b92815d4a06b96c25252d Before creating this PR, I launched unit tests and I have an...
Can not running this code on jdk11 ``` ShapefileImporter importer = new ShapefileImporter(graphDb); importer.importFile("xxx/highway.shp", "layer_roads"); ``` error message: org.geotools.styling.StyleFactory is not an ImageIO SPI class
If two separate queries that end up doing an addNodes call, I get this: `Neo4jError: Failed to invoke procedure `spatial.addNodes`: Caused by: org.neo4j.kernel.DeadlockDetectedException: ForsetiClient[1] can't acquire ExclusiveLock{owner=ForsetiClient[2]} on NODE(200100), because...
Hi everyone, When i clone the repository it works fine. But when i run this command `mvn install` It shows an error. `Error resolving version for 'org.asciidoctor:asciidoctor-maven-plugin': Plugin requires Maven...
cypher procedure call `call spatial.removeLayer()` deletes associated data nodes I created some nodes in the neo4j shell and added them to a point layer: ``` call spatial.addPointLayerXY("someLayer", "longitude", "latitude"); create...
Hello When i add spatial plugin on ne4rj plugin directory with graphaware framework (graphaware-server-enterprise-all-3.3.0.51), it's stop the server. Regards Chirag Maliwal
When mixing SPATIAL together with GraphAware framrwork, the server (3.3.0) fails to start. The server will start either with SPATIAL alone, or with the 3 GraphAware involved JARs below alone,...