Generalized quadtree.
Project description
gridtree
Generalized quadtree.
Installation
pip install gridtree
Usage
TODO: expand
points : Collection[tuple[NormalizedFloat, ...]] # between 0 and 1 inclusive
tree = GTree(max_leaf_size=2)(points)
tree_as_list = GTreeList(max_leaf_size=2)(points)
tree_as_list = GTreeList.gtree_to_list(tree)
Examples
TODO
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gridtree-0.1.0.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file gridtree-0.1.0.tar.gz
.
File metadata
- Download URL: gridtree-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.5 Linux/5.8.0-50-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 469a418b852ca533e6bc80e6397baccfa0761c09b0a30aeeca90ec3eccd29bb8 |
|
MD5 | a476ee85be1ee3031df70667ddbf7101 |
|
BLAKE2b-256 | c62616258356618fd848a1b188863bf0575ad707b98c72366d4b2f2cf43eb6f7 |
File details
Details for the file gridtree-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: gridtree-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.5 Linux/5.8.0-50-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d25fb5f0312f28617807deb8f9088621ba61d048aa6630fd084702cafff382c |
|
MD5 | 5aab830a44876f4df34a44b42d1d11ba |
|
BLAKE2b-256 | 3310193aa738a67abd061dea93cccff1873cd95787ecdea8f34a932e6b3e9e1b |