stefankoegl / kdtree

A Python implementation of a kd-tree
ISC License
365 stars 118 forks source link

Payload example #32

Closed Zverik closed 7 years ago

Zverik commented 7 years ago

More elaborate version of #24, which I use in my project.

stefankoegl commented 7 years ago

Thanks a lot for the example! Could you please update the code so that it works in Python 3 (print as function), and use explicit new-style classes (inheriting from object). Then it should be good to go :)

Zverik commented 7 years ago

Done!

stefankoegl commented 7 years ago

Thanks for your contribution!