Monday 10 July 2017

climate - Interpolation of Three Data Points


I have three location points with weather data. It's a 10-year composite of temperature values which means I only have three values for three locations for ten years. The distance between points is approximately 100 kilometers.


I want to interpolate these points to create a temperature map for the area. So, which method should I use and how?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...