storpipfugl / pykdtree

Fast kd-tree implementation in Python
GNU Lesser General Public License v3.0
221 stars 46 forks source link

Clarify shapes of query and mask points. #36

Closed QuLogic closed 6 years ago

QuLogic commented 6 years ago

Query points does not necessarily have to be the same length as the data points, and mask points should be. Use different letters to make that clear.