https://github.com/zenixls2/libkdtree
update based on http://libkdtree.alioth.debian.org/
https://github.com/zenixls2/libkdtree
cplusplus-11 cplusplus-14 kdtree python swig
Last synced: 6 months ago
JSON representation
update based on http://libkdtree.alioth.debian.org/
- Host: GitHub
- URL: https://github.com/zenixls2/libkdtree
- Owner: zenixls2
- License: other
- Created: 2019-06-17T02:01:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T05:56:56.000Z (over 6 years ago)
- Last Synced: 2025-01-31T17:52:15.496Z (8 months ago)
- Topics: cplusplus-11, cplusplus-14, kdtree, python, swig
- Language: C++
- Size: 355 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.Python
- Changelog: CHANGELOG.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Stand-alone Python bindings, contributed by Willi Richert
To make them:
$ cd python-bindings
$ make
You will find then two files kdtree.py _kdtree.so in the current directory.
These are all you need to use libkdtree++.
Please examine the test files to get a grip to the usage.To run the tests, type:
python py-kdtree_test.py