KO
|
EN
gitlite โ search
Search
#php
#java
#hacktoberfest
#python
#javascript
#ruby
#c
#arduino
#c-sharp
#csharp
#dotfiles
#language
rtred
โ 53
Open GitHub โ
RTree implementation for Go
Download README (.md)
Explore Similar Repositories
WololoKingdoms
:
A program for converting AOE2HD expansions files to the original AOC engine format.
Cloudy-Crown
:
Minimalistic, cartoon style skybox for Unity3d with 5 different color schemes
jsxc.nextcloud
:
๐ฌ Chat app for Nextcloud with XMPP, end-to-end encryption, video calls, file transfer & group chat
Core
:
The DAPNET Core is the core application of DAPNET, responsible for handling transmitter clients, clustering, and providing the REST API.
spring-boot-jar-resources
:
Enables nicer resource handling from jarred resources
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rtred
?
Download (.md)
**This project has been archived, please use [tidwall/rtree](https://github.com/tidwall/rtree) instead.** RTree implementation for Go =========================== [](https://godoc.org/github.com/tidwall/rtred) This package provides an in-memory R-Tree implementation for Go, useful as a spatial data structure. It has support for 1-20 dimensions, and can store and search multidimensions interchangably in the same tree. Authors ------- * 1983 Original algorithm and test code by Antonin Guttman and Michael Stonebraker, UC Berkely * 1994 ANCI C ported from original test code by Melinda Green * 1995 Sphere volume fix for degeneracy problem submitted by Paul Brook * 2004 Templated C++ port by Greg Douglas * 2016 Go port by Josh Baker * 2018 Added kNN and merged in some of the RBush logic by Vladimir Agafonkin License ------- RTree source code is available under the MIT License.