An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Actions Status](https://github.com/bigeasy/r-tree/workflows/Node%20CI/badge.svg)](https://github.com/bigeasy/r-tree/actions)
[![codecov](https://codecov.io/gh/bigeasy/r-tree/branch/master/graph/badge.svg)](https://codecov.io/gh/bigeasy/r-tree)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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
```