Articles | Volume 16, issue 6
https://doi.org/10.5194/gmd-16-1697-2023
https://doi.org/10.5194/gmd-16-1697-2023
Development and technical paper
 | 
27 Mar 2023
Development and technical paper |  | 27 Mar 2023

Fast approximate Barnes interpolation: illustrated by Python-Numba implementation fast-barnes-py v1.0

Bruno K. Zürcher

Viewed

Total article views: 4,788 (including HTML, PDF, and XML)
HTML PDF XML Total BibTeX EndNote
1,361 3,385 42 4,788 37 31
  • HTML: 1,361
  • PDF: 3,385
  • XML: 42
  • Total: 4,788
  • BibTeX: 37
  • EndNote: 31
Views and downloads (calculated since 19 Jul 2022)
Cumulative views and downloads (calculated since 19 Jul 2022)

Viewed (geographical distribution)

Total article views: 4,788 (including HTML, PDF, and XML) Thereof 4,484 with geography defined and 304 with unknown origin.
Country # Views %
  • 1
1
 
 
 
 

Cited

Latest update: 28 Apr 2024
Download
Short summary
We present a novel algorithm to efficiently compute Barnes interpolation, which is a method for transforming data values recorded at irregularly spaced points into a corresponding regular grid. In contrast to naive implementations with an algorithmic complexity that depends on the product of the number of sample points and the number of grid points, our approach reduces this dependency to their sum.