Day 13 - Raster Interpolation of Temperature

_images/day-13-raster.png

https://twitter.com/allixender/status/1328758877731647488

Data

  • Estonian Weatherservice XML ticker

  • interpolated via a fancy IDW substitute: cKDTree from scipy.spatial

http://www.ilmateenistus.ee/ilma_andmed/xml/observations.php

The Jupyter notebook (view here) is provided in my GitHub repo.