<div dir="ltr">Hi Markus,<br><div><br>On Thu, Aug 25, 2016 at 3:02 PM, Markus Metz <<a href="mailto:markus.metz.giswork@gmail.com">markus.metz.giswork@gmail.com</a>> wrote:<br>><br>> The new addon v.surf.tps performs multivariate thin plate spline<br>> interpolation of sparse points with smoothing.<br><br></div><div>really interesting. I did some preliminary tests and I might provide some feedback later. For now I updated the examples in the manual in r69259, so please update your svn copy.<br></div><div> <br>> If you ever wondered<br>> why worldclim data (<a href="http://worldclim.org">http://worldclim.org</a>) follow so nicely elevation,<br>> the reason is multivariate thin plate spline interpolation of<br>> meteorological station data with elevation as a covariate.<br>> [...] The module works only with GRASS 7.2+.<br><br></div><div>It may be useful to note that you can preform similar operation with any version of GRASS GIS using v.vol.rst (3D interpolation using regularized spline with tension). The trick is using cross_* parameters to extract the desired 2D raster. Here is an example from [2]:<br><br>g.region raster=elev_state_500m -p<br>g.region t=2000 b=0 tbres=2000 res3=500 -p3<br>v.vol.rst input=precip_30ynormals_3d \<br>    cross_input=elev_state_500m cross_output=precip_anntopo_500m \<br>    maskmap=elev_state_500m wcolumn=annual zscale=90 segmax=700<br><br></div><div>Thanks!<br></div><div>Vaclav<br></div><div><br>[1] <a href="https://trac.osgeo.org/grass/changeset/69259">https://trac.osgeo.org/grass/changeset/69259</a><br>[2] <a href="http://ncsu-geoforall-lab.github.io/geospatial-modeling-course/grass/interpolation_2.html">http://ncsu-geoforall-lab.github.io/geospatial-modeling-course/grass/interpolation_2.html</a></div></div>