mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Updates for current GRASS GIS 7 release branch [merged PRs]:
* 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
This commit is contained in:
parent
ed825e6501
commit
b7dcd67f3e
@ -1,15 +1,9 @@
|
||||
* http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Replacedandremovedmodules
|
||||
* TODO: Merged modules
|
||||
r.average: merged into G7:r.statistics, G7:r.statistics2, G7:r.statistics3
|
||||
r.bilinear merged into G7:r.resamp.interp
|
||||
r.median: merged into G7:r.statistics, G7:r.statistics2, G7:r.statistics3
|
||||
r.sum: merged into G7:r.statistics, G7:r.statistics2, G7:r.statistics3
|
||||
|
||||
* http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules
|
||||
* TODO: decide what to do with nviz:
|
||||
nviz_cmd -> G7:m.nviz.image
|
||||
|
||||
|
||||
* TODO: CHECK next how really implemented:
|
||||
|
||||
Global module changes
|
||||
interpolation methods 'bilinear', 'bicubic' renamed to 'linear', 'cubic' <<---????
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
i.fft
|
||||
i.fft - Fast Fourier Transform (FFT) for image processing.
|
||||
Imagery (i.*)
|
||||
ParameterRaster|input_image|Name of input raster map|False
|
||||
OutputRaster|real_image|Name for output real part arrays stored as raster map
|
||||
OutputRaster|imaginary_image|Name for output imaginary part arrays stored as raster map
|
||||
|
||||
ParameterRaster|input|Name of input raster map|False
|
||||
OutputRaster|real|Name for output real part arrays stored as raster map
|
||||
OutputRaster|imaginary|Name for output imaginary part arrays stored as raster map
|
||||
|
@ -1,10 +1,10 @@
|
||||
i.his.rgb
|
||||
i.his.rgb - Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space.
|
||||
Imagery (i.*)
|
||||
ParameterRaster|hue_input|Name of input raster map (hue)|False
|
||||
ParameterRaster|intensity_input|Name of input raster map (intensity)|False
|
||||
ParameterRaster|saturation_input|Name of input raster map (saturation)|False
|
||||
OutputRaster|red_output|Name for output raster map (red)
|
||||
OutputRaster|green_output|Name for output raster map (green)
|
||||
OutputRaster|blue_output|Name for output raster map (blue)
|
||||
ParameterRaster|hue|Name of input raster map (hue)|False
|
||||
ParameterRaster|intensity|Name of input raster map (intensity)|False
|
||||
ParameterRaster|saturation|Name of input raster map (saturation)|False
|
||||
OutputRaster|red|Name for output raster map (red)
|
||||
OutputRaster|green|Name for output raster map (green)
|
||||
OutputRaster|blue|Name for output raster map (blue)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
i.ifft
|
||||
i.ifft - Inverse Fast Fourier Transform (IFFT) for image processing.
|
||||
Imagery (i.*)
|
||||
ParameterRaster|real_image|Name of input raster map (image fft, real part)|False
|
||||
ParameterRaster|imaginary_image|Name of input raster map (image fft, imaginary part)|False
|
||||
OutputRaster|output_image|Name for output raster map
|
||||
ParameterRaster|real|Name of input raster map (image fft, real part)|False
|
||||
ParameterRaster|imaginary|Name of input raster map (image fft, imaginary part)|False
|
||||
OutputRaster|output|Name for output raster map
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
i.rgb.his
|
||||
i.rgb.his - Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-Intensity-Saturation) color space.
|
||||
Imagery (i.*)
|
||||
ParameterRaster|red_output|Name for input raster map (red)|True
|
||||
ParameterRaster|green_output|Name for input raster map (green)|True
|
||||
ParameterRaster|blue_output|Name for input raster map (blue)|True
|
||||
OutputRaster|hue_input|Name of output raster map (hue)|False
|
||||
OutputRaster|intensity_input|Name of output raster map (intensity)|False
|
||||
OutputRaster|saturation_input|Name of output raster map (saturation)|False
|
||||
ParameterRaster|red|Name for input raster map (red)|True
|
||||
ParameterRaster|green|Name for input raster map (green)|True
|
||||
ParameterRaster|blue|Name for input raster map (blue)|True
|
||||
OutputRaster|hue|Name of output raster map (hue)|False
|
||||
OutputRaster|intensity|Name of output raster map (intensity)|False
|
||||
OutputRaster|saturation|Name of output raster map (saturation)|False
|
||||
|
@ -3,8 +3,8 @@ m.cogo - A simple utility for converting bearing and distance measurements to co
|
||||
Miscellaneous (m.*)
|
||||
ParameterFile|input|Name of input file|False
|
||||
OutputFile|output|Output text file
|
||||
ParameterString|coord|Starting coordinate pair (default 0.0, 0.0)|0.0,0.0
|
||||
ParameterString|coordinates|Starting coordinate pair (default 0.0, 0.0)|0.0,0.0
|
||||
*ParameterBoolean|-l|Lines are labelled|False
|
||||
*ParameterBoolean|-q|Suppress warnings|False
|
||||
*ParameterBoolean|-r|Convert from coordinates to bearing and distance|False
|
||||
*ParameterBoolean|-c|Repeat the starting coordinate at the end to close a loop|False
|
||||
*ParameterBoolean|-c|Repeat the starting coordinate at the end to close a loop|False
|
||||
|
@ -2,7 +2,7 @@ r.slope.aspect
|
||||
r.aspect - Generates raster maps of aspect from a elevation raster map.
|
||||
Raster (r.*)
|
||||
ParameterRaster|elevation|Elevation|False
|
||||
ParameterSelection|prec|Data type|float;double;int
|
||||
ParameterSelection|precision|Data type|float;double;int
|
||||
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
|
||||
ParameterNumber|min_slp_allowed|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
|
||||
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
|
||||
OutputRaster|aspect|Output aspect layer
|
||||
|
@ -1,7 +0,0 @@
|
||||
r.bitpattern
|
||||
r.bitpattern - Compares bit patterns with a raster map.
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Input raster layer|False
|
||||
ParameterString|pattern|Bit pattern position(s)|
|
||||
ParameterString|patval|Bit pattern value|
|
||||
OutputRaster|output|Output raster layer
|
@ -1,8 +1,8 @@
|
||||
r.carve
|
||||
r.carve - Takes vector stream data, transforms it to raster and subtracts depth from the output DEM.
|
||||
Raster (r.*)
|
||||
ParameterRaster|rast|Elevation|False
|
||||
ParameterVector|vect|Vector layer containing stream(s)|1|False
|
||||
ParameterRaster|raster|Elevation|False
|
||||
ParameterVector|vector|Vector layer containing stream(s)|1|False
|
||||
ParameterNumber|width|Stream width (in meters). Default is raster cell width|None|None|1
|
||||
ParameterNumber|depth|Additional stream depth (in meters)|None|None|1
|
||||
ParameterBoolean|-n|No flat areas allowed in flow direction|False
|
||||
|
@ -1,9 +1,9 @@
|
||||
r.circle
|
||||
r.circle - Creates a raster map containing concentric rings around a given point.
|
||||
Raster (r.*)
|
||||
ParameterString|coordinate|The coordinate of the center (east,north)|0,0
|
||||
ParameterString|coordinates|The coordinate of the center (east,north)|0,0
|
||||
ParameterNumber|min|Minimum radius for ring/circle map (in meters)|None|None|10
|
||||
ParameterNumber|max|Maximum radius for ring/circle map (in meters)|None|None|20
|
||||
ParameterString|mult|Data value multiplier|1
|
||||
ParameterString|multiplier|Data value multiplier|1
|
||||
ParameterBoolean|-b|Generate binary raster map|False
|
||||
OutputRaster|output|Name for output raster map
|
||||
|
@ -1,8 +1,8 @@
|
||||
r.coin
|
||||
r.coin - Tabulates the mutual occurrence (coincidence) of categories for two raster map layers.
|
||||
Raster (r.*)
|
||||
ParameterRaster|map1|Name of first raster map|False
|
||||
ParameterRaster|map2|Name of second raster map|False
|
||||
ParameterRaster|first|Name of first raster map|False
|
||||
ParameterRaster|second|Name of second raster map|False
|
||||
ParameterSelection|units|Unit of measure|c;p;x;y;a;h;k;m
|
||||
ParameterBoolean|-w|Wide report, 132 columns (default: 80)|False
|
||||
OutputHTML|html|Output report
|
||||
|
@ -4,9 +4,9 @@ Raster (r.*)
|
||||
ParameterRaster|red|Red|False
|
||||
ParameterRaster|green|Green|False
|
||||
ParameterRaster|blue|Blue|False
|
||||
ParameterNumber|lev_red|Number of levels to be used for <red>|1|256|32
|
||||
ParameterNumber|lev_green|Number of levels to be used for <green>|1|256|32
|
||||
ParameterNumber|lev_blue|Number of levels to be used for <blue>|1|256|32
|
||||
ParameterNumber|level_red|Number of levels to be used for <red>|1|256|32
|
||||
ParameterNumber|level_green|Number of levels to be used for <green>|1|256|32
|
||||
ParameterNumber|level_blue|Number of levels to be used for <blue>|1|256|32
|
||||
ParameterBoolean|-d|Dither|False
|
||||
ParameterBoolean|-c|Use closest color|False
|
||||
OutputRaster|output|Output RGB image
|
||||
|
@ -7,5 +7,5 @@ ParameterNumber|nsteps|Number of quantization steps|1.0|None|255
|
||||
ParameterBoolean|-r|Only print the range of the data|False
|
||||
ParameterBoolean|-n|Suppress reporting of any NULLs|False
|
||||
ParameterBoolean|-d|Use the current region|False
|
||||
ParameterBoolean|-i|Read fp map as integer|False
|
||||
ParameterBoolean|-i|Read floating-point map as integer|False
|
||||
OutputHTML|html|Output report
|
||||
|
@ -2,7 +2,7 @@ r.fill.dir
|
||||
r.fill.dir - Filters and generates a depressionless elevation layer and a flow direction layer from a given elevation raster layer.
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Elevation|False
|
||||
ParameterSelection|type|Output aspect direction format|grass;agnps;answers
|
||||
OutputRaster|elevation|Depressionless DEM
|
||||
ParameterSelection|format|Output aspect direction format|grass;agnps;answers
|
||||
OutputRaster|output|Depressionless DEM
|
||||
OutputRaster|direction|Flow direction
|
||||
OutputRaster|areas|Problem areas
|
||||
|
@ -1,5 +1,5 @@
|
||||
r.flow
|
||||
r.flow - Construction of slope curves (flowlines), flowpath lengths, and flowline densities (upslope areas) from a raster digital elevation model (DEM).
|
||||
r.flow - Construction of flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a raster digital elevation model (DEM).
|
||||
Raster (r.*)
|
||||
ParameterRaster|elevation|Elevation|False
|
||||
ParameterRaster|aspect|Aspect|False
|
||||
@ -9,6 +9,6 @@ ParameterNumber|bound|Maximum number of segments per flowline|None|None|5.0
|
||||
ParameterBoolean|-u|Compute upslope flowlines instead of default downhill flowlines|False
|
||||
ParameterBoolean|-3|3-D lengths instead of 2-D|False
|
||||
*ParameterBoolean|-m|Use less memory, at a performance penalty|False
|
||||
OutputRaster|flowline|Output flowline vector layer
|
||||
OutputRaster|flowpath|Output flowpath length raster layer
|
||||
OutputRaster|density|Output flowline density raster layer
|
||||
OutputRaster|flowline|Output flow line vector layer
|
||||
OutputRaster|flowlength|Output flow path length raster layer
|
||||
OutputRaster|flowaccumulation|Output flow accumulation raster layer
|
||||
|
@ -1,10 +1,10 @@
|
||||
r.his
|
||||
r.his - Generates red, green and blue raster layers combining hue, intensity and saturation (HIS) values from user-specified input raster layers.
|
||||
Raster (r.*)
|
||||
ParameterRaster|h_map|Hue|False
|
||||
ParameterRaster|i_map|Intensity|False
|
||||
ParameterRaster|s_map|Saturation|False
|
||||
ParameterRaster|hue|Hue|False
|
||||
ParameterRaster|intensity|Intensity|False
|
||||
ParameterRaster|saturation|Saturation|False
|
||||
ParameterBoolean|-n|Respect NULL values while drawing|False
|
||||
OutputRaster|r_map|Red
|
||||
OutputRaster|g_map|Green
|
||||
OutputRaster|b_map|Blue
|
||||
OutputRaster|red|Red
|
||||
OutputRaster|green|Green
|
||||
OutputRaster|blue|Blue
|
||||
|
@ -1,9 +1,9 @@
|
||||
r.horizon
|
||||
r.horizon.height - Horizon angle computation from a digital elevation model.
|
||||
Raster (r.*)
|
||||
ParameterRaster|elev_in|Elevation layer [meters]|False
|
||||
ParameterString|coordinate|Coordinate for which you want to calculate the horizon|0,0
|
||||
ParameterNumber|horizon_step|Angle step size for multidirectional horizon [degrees]|0|360|0.0
|
||||
ParameterRaster|elevation|Elevation layer [meters]|False
|
||||
ParameterString|coordinates|Coordinate for which you want to calculate the horizon|0,0
|
||||
ParameterNumber|step|Angle step size for multidirectional horizon [degrees]|0|360|0.0
|
||||
ParameterNumber|maxdistance|The maximum distance to consider when finding the horizon height|0|None|10000
|
||||
ParameterString|dist|Sampling distance step coefficient (0.5-1.5)|1.0
|
||||
ParameterBoolean|-d|Write output in degrees (default is radians)|False
|
||||
|
@ -1,7 +1,7 @@
|
||||
r.horizon
|
||||
r.horizon - Horizon angle computation from a digital elevation model.
|
||||
Raster (r.*)
|
||||
ParameterRaster|elev_in|Elevation layer [meters]|False
|
||||
ParameterRaster|elevation|Elevation layer [meters]|False
|
||||
ParameterNumber|direction|Direction in which you want to calculate the horizon height|0|360|0.0
|
||||
ParameterNumber|maxdistance|The maximum distance to consider when finding the horizon height|0|None|10000
|
||||
ParameterString|dist|Sampling distance step coefficient (0.5-1.5)|1.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
r.out.vrml
|
||||
r.out.vrml - Export a raster layer to the Virtual Reality Modeling Language (VRML)
|
||||
Raster (r.*)
|
||||
ParameterRaster|elev|Elevation layer|False
|
||||
ParameterRaster|elevation|Elevation layer|False
|
||||
ParameterRaster|color|Color layer|False
|
||||
ParameterNumber|exag|Vertical exaggeration|None|None|1.0
|
||||
ParameterNumber|exaggeration|Vertical exaggeration|None|None|1.0
|
||||
OutputFile|output|Output VRML file
|
||||
|
@ -2,8 +2,8 @@ r.param.scale
|
||||
r.param.scale - Extracts terrain parameters from a DEM.
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Name of input raster map|False
|
||||
ParameterNumber|s_tol|Slope tolerance that defines a 'flat' surface (degrees)|None|None|1.0
|
||||
ParameterNumber|c_tol|Curvature tolerance that defines 'planar' surface|None|None|0.0001
|
||||
ParameterNumber|slope_tolerance|Slope tolerance that defines a 'flat' surface (degrees)|None|None|1.0
|
||||
ParameterNumber|curvature_tolerance|Curvature tolerance that defines 'planar' surface|None|None|0.0001
|
||||
ParameterNumber|size|Size of processing window (odd number only, max: 69)|None|None|15
|
||||
ParameterSelection|param|Morphometric parameter in 'size' window to calculate|elev;slope;aspect;profc;planc;longc;crosc;minic;maxic;feature
|
||||
ParameterNumber|exp|Exponent for distance weighting (0.0-4.0)|None|None|0.0
|
||||
|
@ -4,7 +4,7 @@ Raster (r.*)
|
||||
ParameterRaster|input|Input raster layer|False
|
||||
ParameterString|profile|Profile coordinate pairs|0,0,1,1
|
||||
ParameterNumber|res|Resolution along profile|0|None|1.0
|
||||
ParameterString|null|Character to represent no data cell|*
|
||||
ParameterString|null_value|Character to represent no data cell|*
|
||||
ParameterBoolean|-g|Output easting and northing in first two columns of four column output|False
|
||||
ParameterBoolean|-c|Output RRR:GGG:BBB color values for each profile point|False
|
||||
OutputFile|output|Output filename
|
||||
|
@ -1,6 +1,6 @@
|
||||
r.randon.raster
|
||||
r.random.raster
|
||||
r.random.raster - Create random raster
|
||||
Raster (r.*)
|
||||
ParameterRaster|raster|Name of input raster map|False
|
||||
ParameterNumber|value|The number of points to allocate |None|None|1
|
||||
OutputRaster|output|Output layer
|
||||
OutputRaster|output|Output layer
|
||||
|
@ -3,6 +3,6 @@ r.random - Creates a raster layer and vector point map containing randomly locat
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Input raster layer|False
|
||||
ParameterRaster|cover|Input cover raster layer|False
|
||||
ParameterNumber|n|The number of points to allocate|0|None|10
|
||||
OutputRaster|raster_output|Output raster layer
|
||||
OutputVector|vector_output|Output vector layer
|
||||
ParameterNumber|npoints|The number of points to allocate|0|None|10
|
||||
OutputRaster|raster|Output raster layer
|
||||
OutputVector|vector|Output vector layer
|
||||
|
@ -1,7 +1,6 @@
|
||||
r.regression.line
|
||||
r.regression.line - Calculates linear regression from two raster layers : y = a + b*x.
|
||||
Raster (r.*)
|
||||
ParameterRaster|map1|Layer for x coefficient|False
|
||||
ParameterRaster|map2|Layer for y coefficient|False
|
||||
ParameterBoolean|-s|Slower but accurate|False
|
||||
OutputHTML|html|Regression data
|
||||
ParameterRaster|mapx|Layer for x coefficient|False
|
||||
ParameterRaster|mapy|Layer for y coefficient|False
|
||||
OutputHTML|html|Regression coefficients
|
||||
|
@ -1,10 +1,10 @@
|
||||
r.shaded.relief
|
||||
r.shaded.relief - Creates shaded relief from an elevation layer (DEM).
|
||||
r.relief
|
||||
r.relief - Creates shaded relief from an elevation layer (DEM).
|
||||
Raster (r.*)
|
||||
ParameterRaster|map|Input elevation layer|False
|
||||
ParameterRaster|input|Input elevation layer
|
||||
ParameterNumber|altitude|Altitude of the sun in degrees above the horizon|None|None|30.0
|
||||
ParameterNumber|azimuth|Azimuth of the sun in degrees to the east of north|None|None|270.0
|
||||
ParameterNumber|zmult|Factor for exaggerating relief|None|None|1.0
|
||||
ParameterNumber|zscale|Factor for exaggerating relief|None|None|1.0
|
||||
ParameterNumber|scale|Scale factor for converting horizontal units to elevation units|None|None|1.0
|
||||
ParameterSelection|units|et scaling factor (applies to lat./long. locations only, none: scale=1)|none;meters;feet
|
||||
OutputRaster|shadedmap|Output shaded relief layer
|
||||
OutputRaster|output|Output shaded relief layer
|
@ -3,11 +3,10 @@ r.report - Reports statistics for raster layers.
|
||||
Raster (r.*)
|
||||
ParameterMultipleInput|map|Raster layer(s) to report on|3.0|False
|
||||
ParameterSelection|units|Units|mi;me;k;a;h;c;p
|
||||
ParameterString|null|Character representing no data cell value|*
|
||||
ParameterString|null_value|Character representing no data cell value|*
|
||||
ParameterNumber|nsteps|Number of fp subranges to collect stats from|1|None|255
|
||||
ParameterBoolean|-h|Suppress page headers|True
|
||||
ParameterBoolean|-f|Use formfeeds between pages|True
|
||||
ParameterBoolean|-e|Scientific format|True
|
||||
ParameterBoolean|-n|Filter out all no data cells|True
|
||||
ParameterBoolean|-N|Filter out cells where all layers have no data|True
|
||||
ParameterBoolean|-n|Do not report no data cells|True
|
||||
OutputHTML|html|Output report file
|
||||
|
@ -6,4 +6,4 @@ ParameterNumber|ew_res|Desired east-west resolution|0.0|None|1
|
||||
ParameterNumber|ns_res|Desired north-south resolution|0.0|None|1
|
||||
ParameterBoolean|-t|Use dnorm independent tension|False
|
||||
ParameterBoolean|-a_r.region|Align region to resolution (default = align to bounds) in r.region|False
|
||||
OutputRaster|elev|Output layer
|
||||
OutputRaster|elevation|Output layer
|
||||
|
@ -2,20 +2,20 @@ r.sim.sediment
|
||||
r.sim.sediment - Sediment transport and erosion/deposition simulation using path sampling method (SIMWE).
|
||||
Raster (r.*)
|
||||
ParameterRaster|elevation|Name of the elevation raster map [m]|False
|
||||
ParameterRaster|wdepth|Name of the water depth raster map [m]|False
|
||||
ParameterRaster|water_depth|Name of the water depth raster map [m]|False
|
||||
ParameterRaster|dx|Name of the x-derivatives raster map [m/m]|False
|
||||
ParameterRaster|dy|Name of the y-derivatives raster map [m/m]|False
|
||||
ParameterRaster|det|Name of the detachment capacity coefficient raster map [s/m]|False
|
||||
ParameterRaster|tran|Name of the transport capacity coefficient raster map [s]|False
|
||||
ParameterRaster|tau|Name of the critical shear stress raster map [Pa]|False
|
||||
ParameterRaster|detachment_coeff|Name of the detachment capacity coefficient raster map [s/m]|False
|
||||
ParameterRaster|transport_coeff|Name of the transport capacity coefficient raster map [s]|False
|
||||
ParameterRaster|shear_stress|Name of the critical shear stress raster map [Pa]|False
|
||||
ParameterRaster|man|Name of the Mannings n raster map|False
|
||||
ParameterNumber|man_value|Name of the Mannings n value|None|None|0.1
|
||||
ParameterNumber|nwalk|Number of walkers|None|None|1
|
||||
ParameterNumber|niter|Time used for iterations [minutes]|None|None|10
|
||||
ParameterNumber|outiter|Time interval for creating output maps [minutes]|None|None|2
|
||||
ParameterNumber|diffc|Water diffusion constant|None|None|0.8
|
||||
OutputRaster|tc|Output transport capacity raster map [kg/ms]
|
||||
OutputRaster|et|Output transp.limited erosion-deposition raster map [kg/m2s]
|
||||
OutputRaster|conc|Output sediment concentration raster map [particle/m3]
|
||||
OutputRaster|flux|Output sediment flux raster map [kg/ms]
|
||||
OutputRaster|erdep|Output erosion-deposition raster map [kg/m2s]
|
||||
ParameterNumber|nwalkers|Number of walkers|None|None|1
|
||||
ParameterNumber|niterations|Time used for iterations [minutes]|None|None|10
|
||||
ParameterNumber|output_step|Time interval for creating output maps [minutes]|None|None|2
|
||||
ParameterNumber|diffusion_coeff|Water diffusion constant|None|None|0.8
|
||||
OutputRaster|transport_capacity|Output transport capacity raster map [kg/ms]
|
||||
OutputRaster|tlimit_erosion_deposition|Output transp.limited erosion-deposition raster map [kg/m2s]
|
||||
OutputRaster|sediment_concentration|Output sediment concentration raster map [particle/m3]
|
||||
OutputRaster|sediment_flux|Output sediment flux raster map [kg/ms]
|
||||
OutputRaster|erosion_deposition|Output erosion-deposition raster map [kg/m2s]
|
||||
|
@ -10,15 +10,15 @@ ParameterRaster|infil|Name of the runoff infiltration rate raster map [mm/hr]|Fa
|
||||
ParameterString|infil_value|Runoff infiltration rate unique value [mm/hr]|0.0
|
||||
ParameterRaster|man|Name of the Mannings n raster map|False
|
||||
ParameterString|man_value|Mannings n unique value|0.1
|
||||
ParameterRaster|traps|Name of the flow controls raster map (permeability ratio 0-1)|False
|
||||
ParameterString|nwalk|Number of walkers, default is twice the no. of cells|
|
||||
ParameterString|niter|Time used for iterations [minutes]|10
|
||||
ParameterString|outiter|Time interval for creating output maps [minutes]|2
|
||||
ParameterString|diffc|Water diffusion constant|0.8
|
||||
ParameterRaster|flow_control|Name of the flow controls raster map (permeability ratio 0-1)|False
|
||||
ParameterString|nwalkers|Number of walkers, default is twice the no. of cells|
|
||||
ParameterString|niterations|Time used for iterations [minutes]|10
|
||||
ParameterString|output_step|Time interval for creating output maps [minutes]|2
|
||||
ParameterString|diffusion_coeff|Water diffusion constant|0.8
|
||||
ParameterString|hmax|Threshold water depth [m] (diffusion increases after this water depth is reached)|0.3
|
||||
ParameterString|halpha|Diffusion increase constant|4.0
|
||||
ParameterString|hbeta|Weighting factor for water flow velocity vector|0.5
|
||||
ParameterBoolean|-t|Time-series output|True
|
||||
OutputRaster|depth|Output water depth raster map [m]
|
||||
OutputRaster|disch|Output water discharge raster map [m3/s]
|
||||
OutputRaster|err|Output simulation error raster map [m]
|
||||
OutputRaster|discharge|Output water discharge raster map [m3/s]
|
||||
OutputRaster|error|Output simulation error raster map [m]
|
||||
|
@ -3,13 +3,13 @@ r.slope.aspect - Generates raster layers of slope, aspect, curvatures and partia
|
||||
Raster (r.*)
|
||||
ParameterRaster|elevation|Elevation|False
|
||||
ParameterSelection|format|Format for reporting the slope|degrees;percent
|
||||
ParameterSelection|prec|Type of output aspect and slope layer|float;double;int
|
||||
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
|
||||
ParameterNumber|min_slp_allowed|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
|
||||
ParameterSelection|precision|Type of output aspect and slope layer|float;double;int
|
||||
ParameterNumber|zscale|Multiplicative factor to convert elevation units to meters|None|None|1.0
|
||||
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
|
||||
OutputRaster|slope|Output slope layer
|
||||
OutputRaster|aspect|Output aspect layer
|
||||
OutputRaster|pcurv|Output profile curvature layer
|
||||
OutputRaster|tcurv|Output tangential curvature layer
|
||||
OutputRaster|pcurvature|Output profile curvature layer
|
||||
OutputRaster|tcurvature|Output tangential curvature layer
|
||||
OutputRaster|dx|Output first order partial derivative dx (E-W slope) layer
|
||||
OutputRaster|dy|Output first order partial derivative dy (N-S slope) layer
|
||||
OutputRaster|dxx|Output second order partial derivative dxx layer
|
||||
|
@ -3,5 +3,5 @@ r.spreadpath - Recursively traces the least cost path backwards to cells from wh
|
||||
Raster (r.*)
|
||||
ParameterRaster|x_input|x_input|False
|
||||
ParameterRaster|y_input|y_input|False
|
||||
ParameterString|coordinate|coordinate|0,0
|
||||
ParameterString|coordinates|coordinate|0,0
|
||||
OutputRaster|output|Output layer
|
||||
|
@ -7,7 +7,7 @@ ParameterRaster|elevation|Input map: elevation map|True
|
||||
ParameterSelection|order|Stream ordering method|none;hack;horton;strahler|0
|
||||
ParameterNumber|length|Search length to calculat direction|1|None|15
|
||||
ParameterNumber|skip|Skip segments shorter than|1|None|5
|
||||
ParameterNumber|treshold|Max angle (degrees) beetwen stream segments to|1.0|360.0|150.0
|
||||
ParameterNumber|threshold|Max angle (degrees) beetwen stream segments to|1.0|360.0|150.0
|
||||
ParameterBoolean|-r|Output angles in radians|False
|
||||
ParameterBoolean|-e|Extended topology|False
|
||||
OutputVector|seg_vector|Vector to store new network with segments
|
||||
|
@ -2,7 +2,7 @@ r.stream.basins
|
||||
r.stream.basins - Calculate basins according user input
|
||||
Raster (r.*)
|
||||
ParameterRaster|direction|Input map: flow direction|False
|
||||
ParameterRaster|stream_rast|Input map: stream network|True
|
||||
ParameterRaster|stream_raster|Input map: stream network|True
|
||||
ParameterVector|points|Basins outlets|0|True
|
||||
ParameterBoolean|-z|Create zero-value background|False
|
||||
ParameterBoolean|-c|Use unique category sequence|False
|
||||
|
@ -1,7 +1,7 @@
|
||||
r.stream.del
|
||||
r.stream.del - Calculate basins according user input
|
||||
Raster (r.*)
|
||||
ParameterRaster|stream_rast|Input map: stream mask|False
|
||||
ParameterRaster|stream_raster|Input map: stream mask|False
|
||||
ParameterRaster|direction|Input map: flow direction|False
|
||||
ParameterNumber|threshold|Minimum number of cell in stream_rast|1|None|1
|
||||
ParameterBoolean|-z|Create zero-value background|False
|
||||
|
@ -1,7 +1,7 @@
|
||||
r.stream.distance
|
||||
r.stream.distance - Calculate distance to and elevation above streams and outlets
|
||||
Raster (r.*)
|
||||
ParameterRaster|stream_rast|Input map: streams (outlets) mask|False
|
||||
ParameterRaster|stream_raster|Input map: streams (outlets) mask|False
|
||||
ParameterRaster|direction|Input map: flow direction|False
|
||||
ParameterRaster|elevation|Input map: elevation map|True
|
||||
ParameterSelection|method|Calculation method|upstream,downstream|1
|
||||
|
@ -8,6 +8,6 @@ ParameterNumber|threshold|Minimum flow accumulation for streams|1.0|None|0.1
|
||||
ParameterNumber|mexp|Montgomery exponent for slope|0|None|0
|
||||
ParameterNumber|stream_length|Delete stream segments shorter than cells|0|None|0
|
||||
ParameterNumber|d8cut|Use SFD above this threshold|0|None|0
|
||||
OutputRaster|stream_rast|Output raster map with unique stream ids
|
||||
OutputVector|stream_vect|Output vector with unique stream ids
|
||||
OutputRaster|stream_raster|Output raster map with unique stream ids
|
||||
OutputVector|stream_vecter|Output vector with unique stream ids
|
||||
OutputRaster|direction|Output raster map with flow direction
|
||||
|
@ -1,7 +1,7 @@
|
||||
r.stream.order
|
||||
r.stream.order - Calculate Strahler's and Horton's stream order Hack's main streams and Shreeve's stream magnitude
|
||||
Raster (r.*)
|
||||
ParameterRaster|stream_rast|Input map: stream mask|False
|
||||
ParameterRaster|stream_raster|Input map: stream mask|False
|
||||
ParameterRaster|direction|Input map: direction map|False
|
||||
ParameterBoolean|-a|Use flow accumulation to trace horton and hack models|False
|
||||
ParameterBoolean|-z|Create zero-value background|False
|
||||
|
@ -1,7 +1,7 @@
|
||||
r.stream.pos
|
||||
r.stream.pos - Route azimuth, direction and relation to streams of higher order
|
||||
Raster (r.*)
|
||||
ParameterRaster|stream_rast|Input map: stream mask|False
|
||||
ParameterRaster|stream_raster|Input map: stream mask|False
|
||||
ParameterRaster|direction|Input map: flow direction|False
|
||||
ParameterNumber|multiplier|Multipier to store stream index value|1|None|1000
|
||||
ParameterBoolean|-s|Create new stream category sequence|False
|
||||
|
@ -1,7 +1,7 @@
|
||||
r.stream.stats
|
||||
r.stream.stats - Calculate Horton's and optionally Hack's statistics
|
||||
Raster (r.*)
|
||||
ParameterRaster|stream_rast|Input map: stream mask|False
|
||||
ParameterRaster|stream_raster|Input map: stream mask|False
|
||||
ParameterRaster|direction|Input map: flow direction|False
|
||||
ParameterRaster|elevation|Input map: elevation|False
|
||||
OutputFile|output|Output stats
|
||||
|
@ -1,15 +1,15 @@
|
||||
r.sun
|
||||
r.sun - Solar irradiance and irradiation model.
|
||||
Raster (r.*)
|
||||
ParameterRaster|elev_in|Elevation layer [meters]|False
|
||||
ParameterRaster|asp_in|Aspect layer [decimal degrees]|False
|
||||
ParameterRaster|slope_in|Name of the input slope raster map (terrain slope or solar panel inclination) [decimal degrees]|False
|
||||
ParameterRaster|linke_in|Name of the Linke atmospheric turbidity coefficient input raster map|True
|
||||
ParameterRaster|elevation|Elevation layer [meters]|False
|
||||
ParameterRaster|aspect|Aspect layer [decimal degrees]|False
|
||||
ParameterRaster|slope|Name of the input slope raster map (terrain slope or solar panel inclination) [decimal degrees]|False
|
||||
ParameterRaster|linke|Name of the Linke atmospheric turbidity coefficient input raster map|True
|
||||
ParameterRaster|albedo|Name of the ground albedo coefficient input raster map|True
|
||||
ParameterRaster|lat_in|Name of input raster map containing latitudes [decimal degrees]|True
|
||||
ParameterRaster|long_in|Name of input raster map containing longitudes [decimal degrees]|True
|
||||
ParameterRaster|coef_bh|Name of real-sky beam radiation coefficient input raster map|True
|
||||
ParameterRaster|coef_dh|Name of real-sky diffuse radiation coefficient input raster map|True
|
||||
ParameterRaster|lat|Name of input raster map containing latitudes [decimal degrees]|True
|
||||
ParameterRaster|long|Name of input raster map containing longitudes [decimal degrees]|True
|
||||
ParameterRaster|coeff_bh|Name of real-sky beam radiation coefficient input raster map|True
|
||||
ParameterRaster|coeff_dh|Name of real-sky diffuse radiation coefficient input raster map|True
|
||||
ParameterNumber|day|No. of day of the year (1-365)|1|365|1
|
||||
*ParameterNumber|step|Time step when computing all-day radiation sums [decimal hours]|0|None|0.5
|
||||
*ParameterNumber|declination|Declination value (overriding the internally computed value) [radians]|None|None|0.0
|
||||
|
@ -1,9 +1,9 @@
|
||||
r.sunmask
|
||||
r.sunmask - Calculates cast shadow areas from sun position and elevation raster map.
|
||||
Raster (r.*)
|
||||
ParameterRaster|elev|elev|False
|
||||
ParameterNumber|altitude|altitude|0|90|0.0
|
||||
ParameterNumber|azimuth|azimuth|0|360|0.0
|
||||
ParameterRaster|elevation|Elevation raster layer [meters]|False
|
||||
ParameterNumber|altitude|Altitude of the sun in degrees above the horizon|0|90|0.0
|
||||
ParameterNumber|azimuth|Azimuth of the sun in degrees from north|0|360|0.0
|
||||
ParameterNumber|year|year|1950|2050|2000
|
||||
ParameterNumber|month|month|0|12|1
|
||||
ParameterNumber|day|day|0|31|1
|
||||
@ -13,5 +13,6 @@ ParameterNumber|second|second|0|60|0
|
||||
ParameterNumber|timezone|East positive, offset from GMT|0|None|0.0
|
||||
ParameterNumber|east|Easting coordinate (point of interest)|None|None|0.0
|
||||
ParameterNumber|north|Northing coordinate (point of interest)|None|None|0.0
|
||||
ParameterBoolean|-z|Don't ignore zero elevation|True
|
||||
OutputRaster|output|Output layer
|
||||
ParameterBoolean|-z|Do not ignore zero elevation|True
|
||||
ParameterBoolean|-s|Calculate sun position only and exit|False
|
||||
OutputRaster|output|Output raster layer
|
||||
|
@ -3,3 +3,4 @@ r.surf.area - Surface area estimation for rasters.
|
||||
Raster (r.*)
|
||||
ParameterRaster|map|Input layer|False
|
||||
ParameterNumber|vscale|Vertical scale|None|None|1
|
||||
ParameterSelection|units|Units|miles,feet,meters,kilometers,acres,hectares
|
||||
|
@ -1,6 +0,0 @@
|
||||
r.surf.idw2
|
||||
r.surf.idw2 - Surface generation.
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Input raster layer|False
|
||||
ParameterNumber|npoints|Number of interpolation points|1|None|12
|
||||
OutputRaster|output|Output raster layer
|
@ -2,6 +2,6 @@ r.to.vect
|
||||
r.to.vect - Converts a raster into a vector layer.
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Input raster layer|False
|
||||
ParameterSelection|feature|Feature type|line;point;area
|
||||
ParameterSelection|type|Feature type|line;point;area
|
||||
ParameterBoolean|-s|Smooth corners of area features|False
|
||||
OutputVector|output|Output vector layer
|
||||
|
@ -3,7 +3,7 @@ r.viewshed - Computes the viewshed of a point on an elevation raster map.
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Elevation|False
|
||||
ParameterString|coordinates|Coordinate identifying the viewing position|0,0
|
||||
ParameterString|obs_elev|Viewing position height above the ground|1.75
|
||||
ParameterString|max_dist|Maximum distance from the viewing point (meters)|10000
|
||||
ParameterString|observer_elevation|Viewing position height above the ground|1.75
|
||||
ParameterString|max_distance|Maximum distance from the viewing point (meters)|10000
|
||||
ParameterBoolean|-c|Consider earth curvature (current ellipsoid)|False
|
||||
OutputRaster|output|Output raster layer
|
||||
|
@ -6,11 +6,10 @@ ParameterRaster|friction|Friction costs layer|False
|
||||
ParameterVector|start_points|Starting points|-1|False
|
||||
ParameterString|max_cost|An optional maximum cumulative cost|0
|
||||
ParameterString|percent_memory|Percent of map to keep in memory|100
|
||||
ParameterString|nseg|Number of the segment to create (segment library)|4
|
||||
*ParameterString|walk_coeff|Coefficients for walking energy formula parameters a,b,c,d|0.72,6.0,1.9998,-1.9998
|
||||
*ParameterString|lambda|Lambda coefficients for combining walking energy and friction cost|1.0
|
||||
ParameterString|slope_factor|Slope factor determines travel energy cost per height step|-0.2125
|
||||
*ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|True
|
||||
*ParameterBoolean|-n|Keep null values in output map|True
|
||||
*ParameterBoolean|-r|Start with values in raster map|True
|
||||
OutputRaster|output|Output cost layer
|
||||
OutputRaster|output|Output cost layer
|
||||
|
@ -2,10 +2,9 @@ v.buffer
|
||||
v.buffer.column - Creates a buffer around features of given type.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input vector layer|-1|False
|
||||
ParameterTableField|bufcolumn|Name of column to use for buffer distances|input|-1|False
|
||||
ParameterTableField|column|Name of column to use for buffer distances|input|-1|False
|
||||
ParameterNumber|scale|Scaling factor for attribute column values|None|None|1.0
|
||||
ParameterString|tolerance|Maximum distance between theoretical arc and polygon segments as multiple of buffer|0.01
|
||||
ParameterBoolean|-s|Make outside corners straight|False
|
||||
ParameterBoolean|-c|Don't make caps at the ends of polylines|False
|
||||
ParameterBoolean|-c|Do not make caps at the ends of polylines|False
|
||||
OutputVector|output|Output buffer
|
||||
|
||||
|
@ -5,6 +5,5 @@ ParameterVector|input|Input vector layer|-1|False
|
||||
ParameterString|distance|Buffer distance in map units|
|
||||
ParameterString|tolerance|Maximum distance between theoretical arc and polygon segments as multiple of buffer|0.01
|
||||
ParameterBoolean|-s|Make outside corners straight|False
|
||||
ParameterBoolean|-c|Don't make caps at the ends of polylines|False
|
||||
ParameterBoolean|-c|Do not make caps at the ends of polylines|False
|
||||
OutputVector|output|Output buffer
|
||||
|
||||
|
@ -3,6 +3,6 @@ v.clean.advanced - Toolset for cleaning topology of vector map (Advanced).
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Layer to clean|-1|False
|
||||
ParameterString|tool|Cleaning tools (comma separated)|break
|
||||
ParameterNumber|thresh|Threshold|None|None|0.0001
|
||||
ParameterNumber|threshold|Threshold|None|None|0.0001
|
||||
OutputVector|output|Cleaned vector layer
|
||||
OutputVector|error|Errors layer
|
||||
OutputVector|error|Errors layer
|
||||
|
@ -3,6 +3,6 @@ v.clean - Toolset for cleaning topology of vector map.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Layer to clean|-1|False
|
||||
ParameterSelection|tool|Cleaning tool|break;snap;rmdangle;chdangle;rmbridge;chbridge;rmdupl;rmdac;bpol;prune;rmarea;rmline;rmsa
|
||||
ParameterNumber|thresh|Threshold|None|None|0.1
|
||||
ParameterNumber|threshold|Threshold|None|None|0.1
|
||||
OutputVector|output|Cleaned vector layer
|
||||
OutputVector|error|Errors layer
|
||||
OutputVector|error|Resulting errors layer
|
||||
|
@ -7,10 +7,8 @@ ParameterString|columns|Name of attribute column(s), comma separated|
|
||||
ParameterBoolean|-c|Do not include column names in output|False
|
||||
ParameterString|separator|Output field separator|,
|
||||
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
|
||||
*ParameterString|vs|Output vertical record separator|
|
||||
*ParameterString|nv|Null value indicator|
|
||||
*ParameterString|vertical_separator|Output vertical record separator|
|
||||
*ParameterString|null_value|Null value indicator|
|
||||
*ParameterBoolean|-v|Vertical output (instead of horizontal)|False
|
||||
*ParameterBoolean|-r|Print minimal region extent of selected vector features instead of attributes|False
|
||||
OutputFile|file|Output file|
|
||||
|
||||
|
||||
OutputFile|file|Output file|
|
||||
|
@ -1,9 +1,7 @@
|
||||
v.kcv
|
||||
v.kcv - Randomly partition points into test/train sets.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input layer|-1|False
|
||||
ParameterNumber|k|Number of partitions|2.0|32767|10
|
||||
ParameterVector|map|Input layer|-1|False
|
||||
ParameterNumber|npartitions|Number of partitions|2.0|32767|10
|
||||
ParameterString|column|Name for new column to which partition number is written|part
|
||||
ParameterBoolean|-d|Use drand48()|False
|
||||
OutputVector|output|Output layer
|
||||
|
||||
|
@ -3,9 +3,9 @@ v.mkgrid - Creates a GRASS vector layer of a user-defined grid.
|
||||
Vector (v.*)
|
||||
ParameterString|grid|Number of rows and columns in grid|10,10
|
||||
ParameterSelection|position|Where to place the grid|coor
|
||||
ParameterString|coor|Lower left easting and northing coordinates of map|
|
||||
ParameterString|coordinates|Lower left easting and northing coordinates of map|
|
||||
ParameterString|box|Width and height of boxes in grid|
|
||||
ParameterString|angle|Angle of rotation (in degrees counter-clockwise)|0
|
||||
ParameterBoolean|-h|Create hexagons (default: rectangles)|False
|
||||
ParameterBoolean|-p|Create grid of points instead of areas and centroids|False
|
||||
OutputVector|map|Output grid
|
||||
|
||||
OutputVector|map|Output grid
|
||||
|
@ -2,11 +2,10 @@ v.outlier
|
||||
v.outlier - Removes outliers from vector point data.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input vector layer|-1|False
|
||||
ParameterNumber|soe|Interpolation spline step value in east direction|None|None|10
|
||||
ParameterNumber|son|Interpolation spline step value in north direction|None|None|10
|
||||
ParameterNumber|ew_step|Interpolation spline step value in east direction|None|None|10
|
||||
ParameterNumber|ns_step|Interpolation spline step value in north direction|None|None|10
|
||||
ParameterNumber|lambda_i|Tykhonov regularization weight|None|None|0.1
|
||||
ParameterNumber|thres_o|Threshold for the outliers|None|None|50
|
||||
ParameterNumber|threshold|Threshold for the outliers|None|None|50
|
||||
ParameterBoolean|-e|Estimate point density and distance|False
|
||||
OutputVector|output|Layer without outliers
|
||||
OutputVector|outlier|Outliers
|
||||
|
||||
|
@ -3,6 +3,5 @@ v.patch - Create a new vector map layer by combining other vector map layers.
|
||||
Vector (v.*)
|
||||
ParameterMultipleInput|input|Input layers|-1.0|False
|
||||
ParameterBoolean|-e|Copy also attribute table|True
|
||||
OutputVector|output|Name for output vector map
|
||||
OutputVector|bbox|Bounding boxes
|
||||
|
||||
OutputVector|output|Output vector map
|
||||
OutputVector|bbox|Output vector map where bounding boxes of input vector maps are written to
|
||||
|
@ -1,8 +1,7 @@
|
||||
v.qcount
|
||||
v.qcount - Indices for quadrant counts of sites lists.
|
||||
v.qcount - Indices for quadrat counts of vector point lists.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Vector points layer|0|False
|
||||
ParameterNumber|n|Number of quadrants|0|None|4
|
||||
ParameterNumber|r|Quadrat radius|0.0|None|10
|
||||
OutputVector|output|Output quadrant layer
|
||||
|
||||
ParameterNumber|nquadrats|Number of quadrats|0|None|4
|
||||
ParameterNumber|radius|Quadrat radius|0.0|None|10
|
||||
OutputVector|output|Output quadrat centers layer
|
||||
|
@ -1,9 +1,8 @@
|
||||
v.random
|
||||
v.random - Randomly generate a 2D/3D vector points map.
|
||||
Vector (v.*)
|
||||
ParameterNumber|n|Number of points to be created|None|None|100
|
||||
ParameterNumber|npoints|Number of points to be created|None|None|100
|
||||
ParameterNumber|zmin|Minimum z height for 3D output|None|None|0.0
|
||||
ParameterNumber|zmax|Maximum z height for 3D output|None|None|0.0
|
||||
ParameterString|column|Column for Z values|z
|
||||
*ParameterBoolean|-d|Use drand48() function instead of rand()|False
|
||||
OutputVector|output|Output layer
|
||||
OutputVector|output|Output vector layer
|
||||
|
@ -4,8 +4,6 @@ Vector (v.*)
|
||||
ParameterVector|input|Vector layer defining sample points|0|False
|
||||
ParameterTableField|column|Vector layer attribute column to use for comparison|input|-1|False
|
||||
ParameterRaster|raster|Raster map to be sampled|False
|
||||
ParameterNumber|z|Sampled raster values will be multiplied by this factor|None|None|1.0
|
||||
ParameterBoolean|-b|Bilinear interpolation (default is nearest neighbor)|False
|
||||
ParameterBoolean|-c|Cubic convolution interpolation (default is nearest neighbor)|False
|
||||
ParameterNumber|zscale|Sampled raster values will be multiplied by this factor|None|None|1.0
|
||||
ParameterSelection|method|Sampling interpolation method|nearest;bilinear;bicubic
|
||||
OutputVector|output|Output vector layer
|
||||
|
||||
|
@ -2,8 +2,8 @@ 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|sie|Length of each spline step in the east-west direction|None|None|4
|
||||
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
|
||||
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
|
||||
|
@ -2,11 +2,11 @@ v.surf.bspline
|
||||
v.surf.bspline.sparse - Bicubic or bilinear spline interpolation with Tykhonov regularization.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input points layer|-1|False
|
||||
ParameterVector|sparse|Input layer of sparse points|-1|False
|
||||
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
|
||||
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
|
||||
ParameterVector|sparse_input|Input layer of sparse points|-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
|
||||
ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|0.01
|
||||
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
|
||||
ParameterSelection|layer|layer|1;0
|
||||
OutputRaster|raster|Output raster layer
|
||||
OutputRaster|raster_output|Output raster layer
|
||||
|
@ -2,10 +2,10 @@ v.surf.bspline
|
||||
v.surf.bspline - Bicubic or bilinear spline interpolation with Tykhonov regularization.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Input points layer|-1|False
|
||||
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
|
||||
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
|
||||
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
|
||||
ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|0.01
|
||||
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
|
||||
ParameterSelection|layer|layer|1;0
|
||||
OutputRaster|raster|Output raster layer
|
||||
OutputRaster|raster_output|Output raster layer
|
||||
|
@ -10,7 +10,7 @@ ParameterNumber|segmax|Maximum number of points in a segment|None|None|40
|
||||
ParameterNumber|npmin|Minimum number of points for approximation in a segment (>segmax)|None|None|300
|
||||
ParameterNumber|dmin|Minimum distance between points (to remove almost identical points)|None|None|0.001
|
||||
ParameterNumber|dmax|Maximum distance between points on isoline (to insert additional points)|None|None|2.5
|
||||
ParameterNumber|zmult|Conversion factor for values used for approximation|None|None|1.0
|
||||
ParameterNumber|zscale|Conversion factor for values used for approximation|None|None|1.0
|
||||
ParameterNumber|theta|Anisotropy angle (in degrees counterclockwise from East)|0|360|0
|
||||
ParameterNumber|scalex|Anisotropy scaling factor|None|None|0
|
||||
ParameterBoolean|-t|Use scale dependent tension|False
|
||||
@ -18,6 +18,6 @@ ParameterBoolean|-d|Output partial derivatives instead of topographic parameters
|
||||
OutputRaster|elevation|Surface
|
||||
OutputRaster|slope|Slope
|
||||
OutputRaster|aspect|Aspect
|
||||
OutputRaster|pcurv|Profile curvature
|
||||
OutputRaster|tcurv|Tangential curvature
|
||||
OutputRaster|mcurv|Mean curvature
|
||||
OutputRaster|pcurvature|Profile curvature
|
||||
OutputRaster|tcurvature|Tangential curvature
|
||||
OutputRaster|mcurvature|Mean curvature
|
||||
|
@ -1,7 +0,0 @@
|
||||
v.transform
|
||||
v.transform.pointsfile - Performs an affine transformation on a vector layer, using a support point file.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|input vector layer|-1|False
|
||||
ParameterFile|pointsfile|Points file|False|False
|
||||
ParameterNumber|zrot|Rotation around z axis in degrees counterclockwise|None|None|0.0
|
||||
OutputVector|output|Transformed layer
|
@ -8,5 +8,5 @@ ParameterNumber|zshift|Z shift|None|None|0.0
|
||||
ParameterNumber|xscale|X scale|None|None|1.0
|
||||
ParameterNumber|yscale|Y scale|None|None|1.0
|
||||
ParameterNumber|zscale|Z scale|None|None|1.0
|
||||
ParameterNumber|zrot|Rotation around z axis in degrees counterclockwise|None|None|0.0
|
||||
OutputVector|output|Transformed layer
|
||||
ParameterNumber|zrotation|Rotation around z axis in degrees counterclockwise|None|None|0.0
|
||||
OutputVector|output|Transformed vector layer
|
||||
|
Loading…
x
Reference in New Issue
Block a user