Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conversant/rtree
Hyper-Dimensional R-Tree Index in Java
https://github.com/conversant/rtree
Last synced: 5 days ago
JSON representation
Hyper-Dimensional R-Tree Index in Java
- Host: GitHub
- URL: https://github.com/conversant/rtree
- Owner: conversant
- License: apache-2.0
- Created: 2015-12-22T16:24:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T20:12:59.000Z (over 6 years ago)
- Last Synced: 2024-04-14T23:39:08.168Z (7 months ago)
- Language: Java
- Homepage:
- Size: 208 KB
- Stars: 70
- Watchers: 24
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conversant RTree
RTree is an index that supports building a tree of bounding rectangles for arbitrary range searches. RTrees are efficient for geospatial data but can be extended to support any data that is amenable to range searching.
Conversant RTree is a hyper-dimensional (2D, 3D, 4D, nD) implementation of RTrees in Java. Conversant RTree supports data with large numbers of orthogonal relations or high dimensionality in the same way that traditional RTrees support 2 or 3 dimensional spatial data.
### Conversant R-Tree is on Maven Central
Maven users can incorporate Conversant R-Tree the usual way.
```
com.conversantmedia
rtree
1.0.5```
Optionally specify a classifier for your version of Java
| classifier |
|:------------:|
| jdk8 |
| jdk10 |