Metadata-Version: 1.1
Name: KdQuery
Version: 0.0.2
Summary: Nearest point query for any kd-tree implementation
Home-page: https://github.com/DeVilhena-Paulo/KdQuery
Author: Paulo Emilio de Vilhena
Author-email: pevilhena2@gmail.com
License: APv2
Description: =================

        KdQuery

        =================

        

        KdQuery is a python package that defines one possible implementation of kd-trees using list to avoid recursion, but most importantly it defines a general method to query the nearest node for any kd-tree implementation.

        
Keywords: kdtree
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
