storpipfugl / pykdtree

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

Clarify shapes of query and mask points. #36

Closed QuLogic closed 5 years ago

QuLogic commented 5 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.