Skip to content

Commit

Permalink
Uniform and informative output names for Processing (GRASS-r.* module…
Browse files Browse the repository at this point in the history
…s, take #3, up to r.sim)
  • Loading branch information
pcav committed May 18, 2015
1 parent e633caf commit 24974e0
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 32 deletions.
Expand Up @@ -4,4 +4,4 @@ Raster (r.*)
ParameterRaster|input|Input raster layer|False
ParameterSelection|method|Interpolation method|nearest;bilinear;bicubic
ParameterBoolean|-a_r.region|Align region to resolution (default = align to bounds) in r.region|False
OutputRaster|output|Output raster layer
OutputRaster|output|Resampled interpolated
Expand Up @@ -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|elev|Resampled RST
Expand Up @@ -6,4 +6,4 @@ ParameterSelection|method|Aggregation method|average;median;mode;minimum;maximum
ParameterBoolean|-n|Propagate NULLs|False
ParameterBoolean|-w|Weight according to area (slower)|False
ParameterBoolean|-a_r.region|Align region to resolution (default = align to bounds) in r.region|False
OutputRaster|output|Output raster layer
OutputRaster|output|Resampled aggregated
Expand Up @@ -2,4 +2,4 @@ r.resample
r.resample - GRASS raster map layer data resampling capability using nearest neighbors.
Raster (r.*)
ParameterRaster|input|Input raster layer |False
OutputRaster|output|Output raster layer
OutputRaster|output|Resampled NN
Expand Up @@ -4,4 +4,4 @@ Raster (r.*)
ParameterRaster|input|Input raster layer|False
ParameterRange|from|The input data range to be rescaled
ParameterRange|to|The output data range
OutputRaster|output|Output raster layer
OutputRaster|output|Rescaled equalized
Expand Up @@ -4,4 +4,4 @@ Raster (r.*)
ParameterRaster|input|Input raster layer|False
ParameterRange|from|The input data range to be rescaled|0,1
ParameterRange|to|The output data range|0,1
OutputRaster|output|Output raster layer
OutputRaster|output|Rescaled
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass/description/r.ros.txt
Expand Up @@ -12,4 +12,4 @@ ParameterRaster|moisture_live|Name of raster map containing LIVE fuel MOISTURE (
*ParameterRaster|slope|Name of raster map containing SLOPE (degree)|False
*ParameterRaster|aspect|Name of raster map containing ASPECT (degree, anti-clockwise from E)|False
*ParameterRaster|elevation|Name of raster map containing ELEVATION (m) (required with -s)|False
OutputRaster|output|Name of raster map to contain results (several new layers)
OutputRaster|output|Fire maps
Expand Up @@ -5,4 +5,4 @@ ParameterMultipleInput|input|Input raster layer(s)|3.0|False
ParameterBoolean|-n|Propagate NULLs|True
ParameterSelection|method|Aggregate operation|average;count;median;mode;minimum;min_raster;maximum;max_raster;stddev;range;sum;variance;diversity;slope;offset;detcoeff;quart1;quart3;perc90;skewness;kurtosis
*ParameterString|range|Ignore values outside this range (lo,hi)|-10000000000,10000000000
OutputRaster|output|Output raster layer
OutputRaster|output|Aggregated
Expand Up @@ -7,4 +7,4 @@ ParameterNumber|azimuth|Azimuth of the sun in degrees to the east of north|None|
ParameterNumber|zmult|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|shadedmap|Shaded
Expand Up @@ -14,8 +14,8 @@ 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]
OutputRaster|tc|Transport capacity [kg/ms]
OutputRaster|et|Transport limited erosion-deposition [kg/m2s]
OutputRaster|conc|Sediment concentration [particle/m3]
OutputRaster|flux|Sediment flux [kg/ms]
OutputRaster|erdep|Erosion-deposition [kg/m2s]
Expand Up @@ -19,6 +19,6 @@ ParameterString|hmax|Threshold water depth [m] (diffusion increases after this w
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|depth|Water depth [m]
OutputRaster|disch|Water discharge [m3/s]
OutputRaster|err|Simulation error [m]
Expand Up @@ -3,4 +3,4 @@ r.resamp.interp - Resamples raster map to a finer grid using interpolation.
Raster (r.*)
ParameterRaster|input|Input raster layer|False
ParameterSelection|method|Sampling interpolation method|nearest;bilinear;bicubic;lanczos
OutputRaster|output|Output raster layer
OutputRaster|output|Resampled interpolated
Expand Up @@ -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|elevation|Output layer
OutputRaster|elevation|Resampled RST
Expand Up @@ -6,4 +6,4 @@ ParameterSelection|method|Aggregation method|average;median;mode;minimum;maximum
ParameterBoolean|-n|Propagate NULLs|False
ParameterBoolean|-w|Weight according to area (slower)|False
ParameterBoolean|-a_r.region|Align region to resolution (default = align to bounds) in r.region|False
OutputRaster|output|Output raster layer
OutputRaster|output|Resampled aggregated
Expand Up @@ -2,4 +2,4 @@ r.resample
r.resample - GRASS raster map layer data resampling capability using nearest neighbors.
Raster (r.*)
ParameterRaster|input|Input raster layer |False
OutputRaster|output|Output raster layer
OutputRaster|output|Resampled NN
Expand Up @@ -4,4 +4,4 @@ Raster (r.*)
ParameterRaster|input|Input raster layer|False
ParameterRange|from|The input data range to be rescaled
ParameterRange|to|The output data range
OutputRaster|output|Output raster layer
OutputRaster|output|Rescaled equalized
Expand Up @@ -4,4 +4,4 @@ Raster (r.*)
ParameterRaster|input|Input raster layer|False
ParameterRange|from|The input data range to be rescaled|0,1
ParameterRange|to|The output data range|0,1
OutputRaster|output|Output raster layer
OutputRaster|output|Rescaled
Expand Up @@ -5,4 +5,4 @@ ParameterMultipleInput|input|Input raster layer(s)|3.0|False
ParameterBoolean|-n|Propagate NULLs|True
ParameterSelection|method|Aggregate operation|average;count;median;mode;minimum;min_raster;maximum;max_raster;stddev;range;sum;variance;diversity;slope;offset;detcoeff;quart1;quart3;perc90;skewness;kurtosis
*ParameterString|range|Ignore values outside this range (lo,hi)|-10000000000,10000000000
OutputRaster|output|Ouptut raster layer
OutputRaster|output|Aggregated
Expand Up @@ -14,8 +14,8 @@ 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]
OutputRaster|transport_capacity|Transport capacity [kg/ms]
OutputRaster|tlimit_erosion_deposition|Transport limited erosion-deposition [kg/m2s]
OutputRaster|sediment_concentration|Sediment concentration [particle/m3]
OutputRaster|sediment_flux|Sediment flux [kg/ms]
OutputRaster|erosion_deposition|Erosion-deposition [kg/m2s]
Expand Up @@ -19,6 +19,6 @@ ParameterString|hmax|Threshold water depth [m] (diffusion increases after this w
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|discharge|Output water discharge raster map [m3/s]
OutputRaster|error|Output simulation error raster map [m]
OutputRaster|depth|Water depth [m]
OutputRaster|discharge|Water discharge [m3/s]
OutputRaster|error|Simulation error [m]

0 comments on commit 24974e0

Please sign in to comment.