MetPy
MetPy copied to clipboard
MNT: Replace cKDTree with KDTree.
Description Of Changes
SciPy 1.6 merged cKDTree and KDTree, with the former name now an alias for the latter.
Checklist
- [X] Closes #2264
- [ ] Tests added
- [ ] Fully documented