0

I have point data in the following tabular format (3 columns, any number of rows):

| Latitude | Longitude | Temperature |

How can I interpolate values to get a heat map like this:

enter image description here

Instead of point data like this:

enter image description here

bigreddot
  • 33,642
  • 5
  • 69
  • 122
CodeWarrior
  • 1,239
  • 1
  • 14
  • 19

1 Answers1

0

You should be able to use Trimesh for this, but it won't extrapolate values around the edges, so your plot won't cover the entire region unless there are data points along the edge.

James A. Bednar
  • 3,195
  • 1
  • 9
  • 13