mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	* Delete r.bitpattern.txt: r.bitpattern is now only an Addon since r.mapcalc and i.modis.qc provide the functionality * r.describe.txt: flag description cosmetics * r.random.raster.txt: fix typo * Update and rename r.shaded.relief.txt to r.relief.txt (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules) * Update r.sunmask.txt: -s added but "Outputraster" needs to be optional for that [TODO] * Update r.surf.area.txt: "units" added * Delete r.surf.idw2.txt: r.surf.idw2 is now a GRASS GIS Addon (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Replacedandremovedmodules) * Delete v.transform.pointsfile.txt: The pointsfile parameter no longer exists. Use v.transform.txt instead * Update TODO
		
			
				
	
	
		
			13 lines
		
	
	
		
			790 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			790 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
v.surf.bspline
 | 
						|
v.surf.bspline.lambda - Bicubic or bilinear spline interpolation with Tykhonov regularization.
 | 
						|
Vector (v.*)
 | 
						|
ParameterVector|input|Input points layer|-1|False
 | 
						|
ParameterNumber|ew_step|Length of each spline step in the east-west direction|None|None|4
 | 
						|
ParameterNumber|ns_step|Length of each spline step in the north-south direction|None|None|4
 | 
						|
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
 | 
						|
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
 | 
						|
ParameterBoolean|-c|Find the best Tykhonov regularizing parameter using a "leave-one-out" cross validation method|True
 | 
						|
ParameterBoolean|-e|Estimate point density and distance|False
 | 
						|
ParameterSelection|layer|layer|1;0
 | 
						|
OutputHTML|html|Lambda or Point Density and Distance
 |