![]() |
![]()
| ![]() |
![]()
NAMEr.series.interp - Interpolates raster maps located (temporal or spatial) in between input raster maps at specific sampling positions. KEYWORDSraster, series, interpolation SYNOPSISr.series.interp
Flags:
Parameters:
DESCRIPTIONr.series.interp interpolates new raster maps located temporal or spatial in between existing raster maps. The interpolation is performed at specific sampling positions. The sampling position for each output map must be specified, as well as the data position of the input maps. The following interpolation methods are supported.
EXAMPLESInterpolate linear three new maps at 3 sampling positions in the
interval (0.0;1.0)
g.region s=0 n=80 w=0 e=120 b=0 t=50 res=10 res3=10 -p3 r.mapcalc expr="prec_1 = 100" r.mapcalc expr="prec_5 = 500" Interpolate
r.series.interp --v input=prec_1,prec_5 datapos=0.0,1.0 \ Interpolate using the file option. First prepare the input file:
echo "prec_2|0.25 prec_3|0.5 prec_4|0.75" >> outfile.txt Interpolate:
r.series.interp --v input=prec_1,prec_5 datapos=0.0,1.0 file=outfile.txt method=linear The resulting maps will have the values 200, 300 and 400. SEE ALSOg.region, r.series, r.series.accumulate Hints for large raster data processing AUTHORSören Gebbert SOURCE CODEAvailable at: r.series.interp source code (history) Latest change: Wednesday Nov 27 22:53:26 2024 in commit: b90ce69e88409469369ec1edb86fde8ec822af8b Main index | Raster index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|