I have a points vector layer. I'd like to increase the point density by adding new points in between the existing points. The new points should have the interpolated value, in between the value of the nearest old points.
See below, the existing points are in orange, the desired new points grid density is in green.
I tried interpolation with IDW, or Voronoi methods, but both are not designed to do this task.
Are there other processing tools to do it?
I'm using QGIS 3.34. The layer's CRS is WGS 84.
The points are regularly placed vertically and horizontally N/S E/W and spaced 0.25° each.
I created this layer sampling a raster layer that had the same resolution.
As the idea is to double the resolution of the points layer, the new layer should have the points spaced with 0.125°. The new layer should have the same extent of the old layer (in the image I draw only a few green dots)


