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

https://github.com/diiigle/treesat

3D Summed Volume Table with focus on sparse data
https://github.com/diiigle/treesat

integral-volume sparse summed-volume-table

Last synced: 4 months ago
JSON representation

3D Summed Volume Table with focus on sparse data

Awesome Lists containing this project

README

          

# Building
```
git clone
git submodule update --init --recursive
mkdir build && cd build
cmake -GNinja ..
ninja
```