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

- Upgraded geotools, junit, maven-compiler-plugin and maven-surefire-plugin - Deleted unused private methods - Removed unnecessary `else` clauses that were followed by an `if` block with a `return` - Added missing...

refactoring

# Overview This PR introduces a new feature allowing users to configure spatial indexes in Neo4j Spatial. Previously, it was not possible to index the same Node with two separate...

enhancement

This PR adds a function `spatial.convert.nativeToWkt` to convert native points to WKT: ```cypher return spatial.convert.nativeToWkt(point({longitude: 1, latitude: 2})) as wkt ``` returns: ``` POINT ( 1 2 ) ``` ---...

enhancement

This PR adds a new spatial function `spatial.convert.wktToGeoJson` to convert WKT to Geo-JSON. ```cypher return spatial.convert.wktToGeoJson("MULTIPOLYGON(((15.3 60.2, 15.3 60.4, 15.7 60.4, 15.7 60.2, 15.3 60.2)))") as json ``` returns an...

enhancement

This introduces a new Encoder that allows to index native point arrays like this: ```cypher CREATE (node:Foo { points: [point({latitude: 5.0, longitude: 4.0}), point({latitude: 6.0, longitude: 5.0})]}); CALL spatial.addLayer('line','NativePoints','points') YIELD...

enhancement

This PR changes the following procedure to be read-only: - `spatial.layers` - `spatial.bbox` - `spatial.closest` - `spatial.withinDistance` - `spatial.intersects`

enhancement

Dear contributors, First, it's mandatory to thank you for your great job. My question: will it be in the future, a version of Neo4j Geoserver plugin which will work with...

# Problem I know the README specifically mentions that this is not tested with GeoServer, however tying the following results in error * Spin up `neo4j:5.20.0-community-bullseye` * Copy the jars...

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed...

dependencies
javascript

Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's...

dependencies
javascript