neo4j-contrib / spatial

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 operations on the data like searching for data within specified regions or within a specified distance of a point of interest. In addition classes are provided to expose the data to geotools and thereby to geotools enabled applications like geoserver and uDig.
http://neo4j-contrib.github.io/spatial
Other
777 stars 191 forks source link

Split up procedures and functions into separate classes #408

Closed Andy2003 closed 1 month ago

github-actions[bot] commented 1 month ago

Test Results

315 tests  +25   290 :white_check_mark: ± 0   10m 2s :stopwatch: +6s  33 suites + 1    25 :zzz: +25   33 files   + 1     0 :x: ± 0 

Results for commit 852f836d. ± Comparison against base commit 99b41985.

This pull request removes 4 and adds 29 tests. Note that renamed tests count towards both. ``` org.neo4j.gis.spatial.procedures.SpatialProceduresTest ‑ create_point_and_pass_as_param org.neo4j.gis.spatial.procedures.SpatialProceduresTest ‑ create_point_geometry_and_distance org.neo4j.gis.spatial.procedures.SpatialProceduresTest ‑ create_point_geometry_return org.neo4j.gis.spatial.procedures.SpatialProceduresTest ‑ literal_geometry_return ``` ``` org.neo4j.gis.spatial.RTreeBulkInsertTest ‑ shouldAccessIndexAfterBulkInsertion org.neo4j.gis.spatial.RTreeBulkInsertTest ‑ shouldBuildTreeFromScratch org.neo4j.gis.spatial.RTreeBulkInsertTest ‑ shouldDeleteRecursiveTree org.neo4j.gis.spatial.RTreeBulkInsertTest ‑ shouldInsertManyNodesInBulkAndGenerateImagesForAnimation org.neo4j.gis.spatial.RTreeBulkInsertTest ‑ shouldInsertManyNodesInBulkWithGreenesSplit_large_10 org.neo4j.gis.spatial.RTreeBulkInsertTest ‑ shouldInsertManyNodesInBulkWithGreenesSplit_large_100 org.neo4j.gis.spatial.RTreeBulkInsertTest ‑ shouldInsertManyNodesInBulkWithGreenesSplit_medium_100_merge org.neo4j.gis.spatial.RTreeBulkInsertTest ‑ shouldInsertManyNodesInBulkWithGreenesSplit_medium_10_merge org.neo4j.gis.spatial.RTreeBulkInsertTest ‑ shouldInsertManyNodesInBulkWithQuadraticSplit_large_10 org.neo4j.gis.spatial.RTreeBulkInsertTest ‑ shouldInsertManyNodesInBulkWithQuadraticSplit_large_100 … ```

:recycle: This comment has been updated with latest results.