Interpolating weather data in QGIS

interpolationpointqgisweather

I am trying to find a proper way to interpolate weather data and use it for regions without the data.

Weather data

The black points are the weather stations that give me the weather data, the red points are the locations where I have to use the weather data.

How can I interpolate the weather data and combine the weather data with the locations where I need to do further processing using QGIS?

Best Answer

For such a small area the differences between the observation-points and the points where you need a measurement are likely very small and the error between a measuring station and any other point within this parameter is small, too.

Maybe the easiest solution for you would be to use the Kriging-tools from SAGA. These are integrated in QGIS and can be found in the QGIS processing/toolbox/SAGA/Raster Creation. For example the Ordinary kriging or the Simple kriging.

If you want to go more advanced there's also an experimental Plug-In Smart-Map which is explained here a bit: https://gis.stackexchange.com/a/402087/176374

Related Question