Craig Taverner

Results 108 comments of Craig Taverner

I answered in more detail on the mailing list, but if you install the gem with: jruby -S gem install neo4j-spatial You should then get some commands on the path,...

It seems likely that neosemantics has a third-party dependency that overlaps with, but is incompatible with, a third-party dependency of neo4j-spatial. I have no experience with neosemantics, so do not...

I did a quick peek at neosemantics, and found something a little odd. neo4j-spatial has a dependency on the jackson library version 1.9.13 as a transient dependency on the neo4j-server:3.5.2...

Perhaps the PR is a good opportunity for us to take a look, and get started with fixing this. Either by accepting the request and taking it from there, or...

The new design for built-in spatial support in Neo4j will do it this way. It is in fact a complete re-write, modelled on the schema indexes introduced in neo4j 2.0....

The schedule for inclusion of the new spatial support in neo4j is still not clear. I'd recommend going ahead with your current plans, but consider taking direct contact with me...

The new point() and distance() functions are entirely separate work from the spatial library. They should not interact at all. However, once the new work gets its own index, there...

I wonder if this is a secondary error after something earlier one has failed. I notice that the test code in GeoPipesTest has a method called get_max_area, which calls addImageSnippet()....

Would be great if you could add a failing test to accelerate investigation into what it might take to support this.

Good idea! Want to help?