Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
i have a rectangular grid of shape 10,000 x 10,000 and need to interpolate it with a 10x finer scale in each dimension, so a 100,000 x 100,000 rectangular grid. to do so using RegularGridInterpolator ...