Collection of scripts to compute basic spatial interpolation such as Inverse Distance Weighting (IDW) in Python
Example notebooks load current weather data fro mthe Estonian Weather Service, interpolate onto Estonia and export as tif-raster:
For air temperature:
For precipitation:
Most important Python packages: numpy
, scipy
, and gdal
(see examplary conda
-based environment.yml
file)