Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.4 KB

index.md

File metadata and controls

38 lines (29 loc) · 1.4 KB

SpatialIndexing.jl package

SpatialIndexing package provides the tools for efficient in-memory storage and retrieval of spatial data in Julia.

Installation

using Pkg; Pkg.add("SpatialIndexing")

from Julia REPL.

Spatial Indices

  • [spatial primitives](@ref regions)
  • [basic types](@ref abstract)
  • [R-tree, R*-tree](@ref rtree)
  • [simple index](@ref simple_index)
  • [spatial queries](@ref query)

See also

Other Julia packages for spatial data:

References

  • A.Guttman, “R-Trees: A Dynamic Index Structure for Spatial Searching” Proc. 1984 ACM-SIGMOD Conference on Management of Data (1985), pp.47-57.
  • N. Beckmann, H.P. Kriegel, R. Schneider, B. Seeger, "The R*-tree: an efficient and robust access method for points and rectangles" Proc. 1990 ACM SIGMOD international conference on Management of data (1990), p.322
  • T. Lee and S. Lee, "OMT: Overlap Minimizing Top-down Bulk Loading Algorithm for R-tree", CAiSE Short Paper Proceedings (2003) paper