SpatialIndexing.jl

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

MIT License

Stars
30
Committers
6

Bot releases are visible (Hide)

SpatialIndexing.jl - v0.1.6 Latest Release

Published by github-actions[bot] 12 months ago

SpatialIndexing v0.1.6

Diff since v0.1.5

Merged pull requests:

  • Bump actions/checkout from 3 to 4 (#12) (@dependabot[bot])
  • Include examples in tests and other changes (#13) (@DanielVandH)
  • Fix undefined variables (#14) (@DanielVandH)
SpatialIndexing.jl - v0.1.5

Published by github-actions[bot] over 1 year ago

SpatialIndexing v0.1.5

Diff since v0.1.4

Closed issues:

  • UndefVarError: enl_diff not defined when using RTree (#2)
SpatialIndexing.jl - v0.1.4

Published by github-actions[bot] over 1 year ago

SpatialIndexing v0.1.4

Diff since v0.1.3

Closed issues:

  • Arrays for Tree building and querying (#3)
  • function Base.show(io::IO, tree::RTree) prints entire tree, crashes REPL (#9)

Merged pull requests:

  • Show defaults to not recurse tree, add print (#10) (@hs-ye)
  • remove unused type parameter (#11) (@longemen3000)
SpatialIndexing.jl - v0.1.3

Published by github-actions[bot] over 3 years ago

SpatialIndexing v0.1.3

Diff since v0.1.2

Closed issues:

  • Help with usage (#5)
  • Update to Project.toml (#6)

Merged pull requests:

  • Update to Project.toml (#7) (@juliohm)
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.