From fc555869788b5cbce80e8a8a9f3aa7d158a9759a Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sun, 7 Feb 2021 17:57:23 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 361d041..bce5bf8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ +**This project has been archived, please use [tidwall/rtree](https://github.com/tidwall/rtree) instead.** + RTree implementation for Go =========================== -[![GoDoc](https://godoc.org/github.com/tidwall/rtree?status.svg)](https://godoc.org/github.com/tidwall/rtree) +[![GoDoc](https://godoc.org/github.com/tidwall/rtred?status.svg)](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