Skip to content

Remove uses of cKDTree #2264

@dopplershift

Description

@dopplershift

As of scipy 1.6, we might as well use KDTree itself:

       `cKDTree` is functionally identical to `KDTree`. Prior to SciPy
       v1.6.0, `cKDTree` had better performance and slightly different
       functionality but now the two names exist only for
       backward-compatibility reasons. If compatibility with SciPy < 1.6 is not
       a concern, prefer `KDTree`.

Hinting in PyCharm is much better for KDTree. Unfortunately, need to wait until December 2022 for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: GriddingPertains to calculating values on a regular gridType: MaintenanceUpdates and clean ups (but not wrong)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions