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

Download

Interactive discussion

Status: closed

Comment types: AC – author | RC – referee | CC – community | EC – editor | CEC – chief editor | : Report abuse
  • RC1: 'Comment on gmd-2022-116', Anonymous Referee #1, 31 Aug 2022
    • AC1: 'Reply on RC1', Bruno Zürcher, 08 Oct 2022
  • AC2: 'Update of Preprint of 19.07.2022', Bruno Zürcher, 11 Dec 2022
  • AC3: 'Corresponding Difference PDF', Bruno Zürcher, 11 Dec 2022
  • RC2: 'Comment on gmd-2022-116', Anonymous Referee #2, 04 Jan 2023
    • AC4: 'Reply on RC2', Bruno Zürcher, 07 Jan 2023

Peer review completion

AR: Author's response | RR: Referee report | ED: Editor decision | EF: Editorial file upload
AR by Bruno Zürcher on behalf of the Authors (14 Jan 2023)  Author's response   Author's tracked changes   Manuscript 
ED: Publish subject to technical corrections (16 Jan 2023) by Sylwester Arabas
AR by Bruno Zürcher on behalf of the Authors (18 Feb 2023)  Author's response   Manuscript 
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.