GriddedDataInterpolate
Interpolate values of a regular rectangular inputfileGriddedData to new points given by grid and write as outputfileGriddedData. Only longitude and latitude of points are considered; the height is ignored for interpolation.
(Only nearest neighbor method is implemented at the moment.)
Name | Type | Annotation |
---|---|---|
outputfileGriddedData | filename | |
inputfileGriddedData | filename | must be rectangular |
grid | grid | |
method | choice | |
nearestNeighbor |