Craig Taverner
Craig Taverner
Also, it feels like this code should have unit tests to test explicitly for the inside/outside/crosses cases.
I pushed some more tests that test for INSIDE/OUTSIDE/CROSSING for points just inside and just outside the H3 cell, but we see test failures quite often with the randomized test,...
Also, should this fix remove the `AwaitsFix` annotations on the two tests that have it?
Support for dynamic relationship types is not part of the Cypher language spec. To get this supported it is best to make a request to the openCypher group. See https://github.com/opencypher/openCypher...
Please could you describe the problem in more detail. In particular we need to know the Cypher query you used to load the data, whether you used PERIODIC COMMIT or...
Can I ask how you installed Neo4j? Normally when you install it you install a specific version (and get a download with the version number in the installation file), so...
I think this is something of a design clash between the original code which was expected to be called in a java app as embedded neo4j, and have the app...
You mean the relationship types used in the RTree? Like those found here: https://github.com/neo4j-contrib/spatial/blob/master/src/main/java/org/neo4j/gis/spatial/rtree/RTreeRelationshipTypes.java#L30 If this because you want to reuse these names in your domain model? They all start...
I believe configurable bbox is already supported, something I added for a customer that wanted the same node to support multiple geometries. See the createSimplePointLayer method. But I see your...
It is only really exposed in the embedded API for point layers. However it should be pretty trivial to support this in WKT layers, and through the REST and Index...