SpatialIndexing.jl

Spatial data indexing in pure Julia (R*-trees etc)

MIT License

Stars
30
Committers
6

Bot releases are hidden (Show)

SpatialIndexing.jl - v0.1.2

Published by alyst almost 6 years ago

  • RTree() constructor: splitdistribution_factor renamed to split_factor
  • fix corner cases of R-tree condensing (trivial root elimination)
  • subtract!() fixes and test coverage increase
SpatialIndexing.jl - v0.1.1

Published by alyst almost 6 years ago

  • Performance optimizations
SpatialIndexing.jl - v0.1.0

Published by alyst almost 6 years ago

  • simplify load!(tree, data) data conversion params
  • add findfirst(tree, point)
  • add similar(tree)
  • make Pareto example 3D
  • doc improvements
  • fixes
SpatialIndexing.jl - v0.0.1

Published by alyst almost 6 years ago

Initial pre-alpha release.