Skip to content
/ octrees Public
forked from jcranch/octrees

a Python implementation of the octree data structure and supporting algorithms

License

Notifications You must be signed in to change notification settings

clebio/octrees

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

octrees

A Python implementation of the octree data structure and supporting algorithms. We provide two versions:

  • octrees (specialised for point data)
  • blob_octrees (specialised for data associated to regions in space)

To run the test suite, simply run "nosetests". Of course, this requires that you have nosetests installed!

About

a Python implementation of the octree data structure and supporting algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%