Commit 70a489d
Add a method to pre-seed curvilinear indices using kdtree
This adds a dependency on the pykdtree library, which seems to be
about ~10x faster than scipy's cKDTree (a drop-in replacement). The
initial index search is only implemented for curvilinear grids, as the
benefit may not be as pronounced vs. construction time for rectilinear
grids.
Closes #947.1 parent 237d85b commit 70a489d
3 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
0 commit comments