I'm working in a command to make the geometrical correction of MSG
images. At this time, I have the points and its values (xy-coordinates
and radiance values) to execute an interpolation procedure. However, I
do not know how it do. At the moment, the best solution looks like to be
to include the v.surf.idw command (obviusly, I have a lot of question
too). Somebody have another solution???
I'm working in a command to make the geometrical correction of MSG
images. At this time, I have the points and its values (xy-coordinates
and radiance values) to execute an interpolation procedure. However, I
do not know how it do. At the moment, the best solution looks like to
be to include the v.surf.idw command (obviusly, I have a lot of
question too). Somebody have another solution???
v.surf.rst is nice for interpolating point data into smooth raster
surfaces.
Only shift "new" by "old", because the first function parameter is the
"input" file ("old") and the second funtion parameter is the "output"
file ("new").