Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 713 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 713 Bytes

py_interpol_demo

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:

Binder

For precipitation:

Binder

Most important Python packages: numpy, scipy, and gdal (see examplary conda-based environment.yml file)