Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 651 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 651 Bytes

Understanding a fast, elegant RTree implementation.

Read the rendered post

Spatial indexes, and RTrees specifically, are at the core of geospatial software engineering.

But ever wondered how an RTree is actually implemented?

This repo is a "literate" fork of the upstream Flatbush RTree library.

This was forked from commit 4ab68d7 under the ISC license.