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

https://github.com/xiaohk/quadtree-d3


https://github.com/xiaohk/quadtree-d3

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Quadtree

[![build](https://github.com/xiaohk/quadtree-d3/actions/workflows/build.yml/badge.svg)](https://github.com/xiaohk/quadtree-d3/actions/workflows/build.yml)
[![pypi](https://img.shields.io/pypi/v/quadtreed3?color=blue)](https://pypi.python.org/pypi/quadtreed3)
[![license](https://img.shields.io/badge/License-MIT-brightgreen)](https://github.com/xiaohk/quadtreed3/blob/master/LICENSE)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7662923.svg)](https://doi.org/10.5281/zenodo.7662923)

An Efficient Python Implementation of [Quadtree](https://en.wikipedia.org/wiki/Quadtree) for Spatial Data Analysis. The tree structure is compatible with [d3-quadtree](https://github.com/d3/d3-quadtree).