https://github.com/bigeasy/r-tree
A file backed two-dimensional R-Tree index.
https://github.com/bigeasy/r-tree
Last synced: 5 months ago
JSON representation
A file backed two-dimensional R-Tree index.
- Host: GitHub
- URL: https://github.com/bigeasy/r-tree
- Owner: bigeasy
- License: mit
- Created: 2015-03-19T17:01:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T17:36:48.000Z (over 3 years ago)
- Last Synced: 2024-11-19T20:09:10.980Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 16
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bigeasy/r-tree/actions)
[](https://codecov.io/gh/bigeasy/r-tree)
[](https://opensource.org/licenses/MIT)A file backed two-dimensional R-Tree index.
| What | Where |
| --- | --- |
| Discussion | https://github.com/bigeasy/r-tree/issues/1 |
| Documentation | https://bigeasy.github.io/r-tree |
| Source | https://github.com/bigeasy/r-tree |
| Issues | https://github.com/bigeasy/r-tree/issues |
| CI | https://travis-ci.org/bigeasy/r-tree |
| Coverage: | https://codecov.io/gh/bigeasy/r-tree |
| License: | MIT |```
npm install r-tree
```