Sunday, 6 March 2016

Deciding what interpolation method to use for resampling raster data?


Are there hard and fast rules about which interpolation methods are suited to each kind of raster data?




Answer



I agree there are no hard and fast rules, but there are some guidelines for various interpolation methods. For example, IDW is best when you have fairly dense points to begin with. Kriging is processor intensive, usually used in soil/geology modelling. Spline is usually used when a smooth surface is desired, e. g. temperature data Some methods keep the resulting raster passing through the original points while others do not.


Although it is ArcGIS centric, a good overview of the different methods can be found in the 4 page paper


Interpolating Surfaces in ArcGIS Spatial Analyst


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...