Hi stackoverflow community,
I gather hourly temperature data from weather stations and I display them on a map per their latitude (array 1) & longitude (array 2) coordinates. They are displayed as text labels but I also converted the array to float values (array 3). Please refer to "Sparse data point" attachment.
What I would like to do interpolate in between the discrete values to create a contour filled map as per "Interpolated data" attachment.
How would I go about to do this?
Many thanks!