|
@@ -1,7 +1,9 @@
|
|
|
### Renamed options in GRASS 7.0
|
|
|
################################
|
|
|
+# Entries in alphabetical order
|
|
|
+################################
|
|
|
### Global
|
|
|
-#########################
|
|
|
+##########################
|
|
|
fs:separator
|
|
|
nv:null_value
|
|
|
dt:dtime
|
|
@@ -11,105 +13,24 @@ dp:precision
|
|
|
##########################
|
|
|
# d.barscale
|
|
|
d.barscale|background_color:bgcolor
|
|
|
+# d.colortable
|
|
|
+d.colortable|cols:columns
|
|
|
# d.correlate
|
|
|
d.correlate|layers:map
|
|
|
# d.erase
|
|
|
d.erase|background:bgcolor
|
|
|
-# d.legend
|
|
|
-d.legend|map:rast
|
|
|
-# d.his
|
|
|
-d.his|h_map:hue
|
|
|
-d.his|i_map:intensity
|
|
|
-d.his|s_map:saturation
|
|
|
-# d.rast
|
|
|
-d.rast|catlist:values
|
|
|
-d.rast|vallist:values
|
|
|
-# d.rast.leg
|
|
|
-d.rast.leg|rast:raster
|
|
|
-# d.vect
|
|
|
-d.vect|wcolumn:width_column
|
|
|
-d.vect|wscale:width_scale
|
|
|
-d.vect|rot_column:rotation_column
|
|
|
-d.vect|attrcolumn:attribute_column
|
|
|
-# d.colortable
|
|
|
-d.colortable|cols:columns
|
|
|
# d.geodesic
|
|
|
d.geodesic|lcolor:line_color
|
|
|
d.geodesic|tcolor:text_color
|
|
|
# d.grid
|
|
|
d.grid|bordercolor:border_color
|
|
|
d.grid|textcolor:text_color
|
|
|
-# d.path
|
|
|
-d.path|hcolor:highlight_color
|
|
|
-d.path|type:arc_type
|
|
|
-d.path|alayer:arc_layer
|
|
|
-d.path|nlayer:node_layer
|
|
|
-d.path|afcolumn:arc_column
|
|
|
-d.path|abcolumn:arc_backward_column
|
|
|
-d.path|ncolumn:node_column
|
|
|
-# d.polar
|
|
|
-d.polar|eps:output
|
|
|
-# d.profile
|
|
|
-d.profile|input:map
|
|
|
-d.profile|profile:coordinates
|
|
|
-# d.rast.arrow
|
|
|
-d.rast.arrow|arrow_color:color
|
|
|
-d.rast.arrow|x_color:null_color
|
|
|
-# d.rhumbline
|
|
|
-d.rhumbline|coord:coordinates
|
|
|
-d.rhumbline|lcolor:line_color
|
|
|
-d.rhumbline|tcolor:text_color
|
|
|
-# d.vect
|
|
|
-d.vect|fcolor:fill_color
|
|
|
-d.vect|llayer:label_layer
|
|
|
-d.vect|lcolor:label_color
|
|
|
-d.vect|bgcolor:label_bgcolor
|
|
|
-d.vect|bcolor:label_boundary_color
|
|
|
-d.vect|lsize:label_size
|
|
|
-# d.vect.thematic
|
|
|
-d.vect.thematic|bcolor:boundary_color
|
|
|
-d.vect.thematic|bwidth:boundary_width
|
|
|
-### Renamed options in GRASS 7.0
|
|
|
-################################
|
|
|
-### Global
|
|
|
-#########################
|
|
|
-fs:separator
|
|
|
-nv:null_value
|
|
|
-dt:dtime
|
|
|
-dp:precision
|
|
|
-##########################
|
|
|
-### Display module changes
|
|
|
-##########################
|
|
|
-# d.barscale
|
|
|
-d.barscale|background_color:bgcolor
|
|
|
-# d.correlate
|
|
|
-d.correlate|layers:map
|
|
|
-# d.erase
|
|
|
-d.erase|background:bgcolor
|
|
|
# d.legend
|
|
|
d.legend|map:rast
|
|
|
# d.his
|
|
|
d.his|h_map:hue
|
|
|
d.his|i_map:intensity
|
|
|
d.his|s_map:saturation
|
|
|
-# d.rast
|
|
|
-d.rast|catlist:values
|
|
|
-d.rast|vallist:values
|
|
|
-# d.rast.leg
|
|
|
-d.rast.leg|rast:raster
|
|
|
-# d.vect
|
|
|
-d.vect|wcolumn:width_column
|
|
|
-d.vect|wscale:width_scale
|
|
|
-d.vect|rot_column:rotation_column
|
|
|
-d.vect|attrcolumn:attribute_column
|
|
|
-# d.colortable
|
|
|
-d.colortable|cols:columns
|
|
|
-# d.geodesic
|
|
|
-d.geodesic|lcolor:line_color
|
|
|
-d.geodesic|tcolor:text_color
|
|
|
-# d.grid
|
|
|
-d.grid|bordercolor:border_color
|
|
|
-d.grid|textcolor:text_color
|
|
|
# d.path
|
|
|
d.path|hcolor:highlight_color
|
|
|
d.path|type:arc_type
|
|
@@ -123,28 +44,37 @@ d.polar|eps:output
|
|
|
# d.profile
|
|
|
d.profile|input:map
|
|
|
d.profile|profile:coordinates
|
|
|
+# d.rast
|
|
|
+d.rast|catlist:values
|
|
|
+d.rast|vallist:values
|
|
|
# d.rast.arrow
|
|
|
d.rast.arrow|arrow_color:color
|
|
|
d.rast.arrow|x_color:null_color
|
|
|
+# d.rast.leg
|
|
|
+d.rast.leg|rast:raster
|
|
|
# d.rhumbline
|
|
|
d.rhumbline|coord:coordinates
|
|
|
d.rhumbline|lcolor:line_color
|
|
|
d.rhumbline|tcolor:text_color
|
|
|
# d.vect
|
|
|
+d.vect|attrcolumn:attribute_column
|
|
|
d.vect|fcolor:fill_color
|
|
|
d.vect|llayer:label_layer
|
|
|
d.vect|lcolor:label_color
|
|
|
d.vect|bgcolor:label_bgcolor
|
|
|
d.vect|bcolor:label_boundary_color
|
|
|
d.vect|lsize:label_size
|
|
|
-# d.vect.thematic
|
|
|
-d.vect.thematic|bcolor:boundary_color
|
|
|
-d.vect.thematic|bwidth:boundary_width
|
|
|
-d.vect.thematic|nbclasses:nclasses
|
|
|
+d.vect|rot_column:rotation_column
|
|
|
+d.vect|wcolumn:width_column
|
|
|
+d.vect|wscale:width_scale
|
|
|
# d.vect.chart
|
|
|
d.vect.chart|ctype:chart_type
|
|
|
d.vect.chart|ocolor:outline_color
|
|
|
d.vect.chart|sizecol:size_column
|
|
|
+# d.vect.thematic
|
|
|
+d.vect.thematic|bcolor:boundary_color
|
|
|
+d.vect.thematic|bwidth:boundary_width
|
|
|
+d.vect.thematic|nbclasses:nclasses
|
|
|
######################################
|
|
|
### Database management module changes
|
|
|
######################################
|
|
@@ -155,14 +85,14 @@ db.select|vs:vertical_separator
|
|
|
#########################################
|
|
|
### General map management module changes
|
|
|
#########################################
|
|
|
+# g.mapset
|
|
|
+g.mapset|gisdbase:dbase
|
|
|
# g.mapsets
|
|
|
g.mapsets|addmapset:operation
|
|
|
g.mapsets|removemapset:operation
|
|
|
g.mapsets|measure:method
|
|
|
# g.pnmcomp
|
|
|
g.pnmcomp|background:bgcolor
|
|
|
-# g.mapset
|
|
|
-g.mapset|gisdbase:dbase
|
|
|
###################################
|
|
|
### Image processing module changes
|
|
|
###################################
|
|
@@ -174,7 +104,6 @@ i.atcorr|ivis:visibility
|
|
|
i.atcorr|icnd:parameters
|
|
|
i.atcorr|oimg:output
|
|
|
i.atcorr|oscl:rescale
|
|
|
-i.atcorr|input:map
|
|
|
# i.biomass
|
|
|
i.biomass|lightuseefficiency:lightuse_efficiency
|
|
|
i.biomass|transmissivitysingleway:transmissivity_singleway
|
|
@@ -191,12 +120,32 @@ i.evapo.pt|airtemperature:air_temperature
|
|
|
i.evapo.pt|atmosphericpressure:atmospheric_pressure
|
|
|
i.evapo.pt|netradiation:net_radiation
|
|
|
i.evapo.pt|soilheatflux:soil_heatflux
|
|
|
-i.evapo.pt|priestley_taylor_coef:priestley_taylor_coef
|
|
|
+i.evapo.pt|priestley_taylor_coef:priestley_taylor_coeff
|
|
|
+# i.fft
|
|
|
+i.fft|input_image:input
|
|
|
+i.fft|real_image:real
|
|
|
+i.fft|imaginary_image:imaginary
|
|
|
+# i.his.rgb
|
|
|
+i.his.rgb|hue_input:hue
|
|
|
+i.his.rgb|intensity_input:intensity
|
|
|
+i.his.rgb|saturation_input:saturation
|
|
|
+i.his.rgb|red_output:red
|
|
|
+i.his.rgb|green_output:green
|
|
|
+i.his.rgb|blue_output:blue
|
|
|
+# i.ifft
|
|
|
+i.ifft|real_image:real
|
|
|
+i.ifft|imaginary_image:imaginary
|
|
|
+i.ifft|output_image:output
|
|
|
# i.image.mosaic
|
|
|
i.image.mosaic|images:input
|
|
|
# i.in.spotvgt
|
|
|
i.in.spotvgt|file:input
|
|
|
i.in.spotvgt|rast:output
|
|
|
+# i.landsat.acca
|
|
|
+i.landsat.acca|input_prefix:input
|
|
|
+# i.landsat.toar
|
|
|
+i.landsat.toar|input_prefix:input
|
|
|
+i.landsat.toar|output_prefix:output
|
|
|
# i.maxlik
|
|
|
i.maxlik|sigfile:signaturefile
|
|
|
i.maxlik|class:output
|
|
@@ -211,26 +160,6 @@ i.pansharpen|ms2:green
|
|
|
i.pansharpen|ms3:red
|
|
|
i.pansharpen|output_prefix:output
|
|
|
i.pansharpen|sharpen:method
|
|
|
-# i.fft
|
|
|
-i.fft|input_image:input
|
|
|
-i.fft|real_image:real
|
|
|
-i.fft|imaginary_image:imaginary
|
|
|
-# i.his.rgb
|
|
|
-i.his.rgb|hue_input:hue
|
|
|
-i.his.rgb|intensity_input:intensity
|
|
|
-i.his.rgb|saturation_input:saturation
|
|
|
-i.his.rgb|red_output:red
|
|
|
-i.his.rgb|green_output:green
|
|
|
-i.his.rgb|blue_output:blue
|
|
|
-# i.fft
|
|
|
-i.fft|real_image:real
|
|
|
-i.fft|imaginary_image:imaginary
|
|
|
-i.fft|output_image:output
|
|
|
-# i.landsat.acca
|
|
|
-i.landsat.acca|input_prefix:input
|
|
|
-# i.landsat.toar
|
|
|
-i.landsat.toar|input_prefix:input
|
|
|
-i.landsat.toar|output_prefix:output
|
|
|
# i.pca
|
|
|
i.pca|output_prefix:output
|
|
|
# i.rectify
|
|
@@ -243,10 +172,19 @@ i.rgb.his|hue_output:hue
|
|
|
i.rgb.his|intensity_output:intensity
|
|
|
i.rgb.his|saturation_output:saturation
|
|
|
# i.tasscap
|
|
|
-i.tasscap|sattelite:sensor
|
|
|
+i.tasscap|satellite:sensor
|
|
|
# i.vi
|
|
|
i.vi|chan5:band5
|
|
|
i.vi|chan7:band7
|
|
|
+################################
|
|
|
+### Miscellaneous module changes
|
|
|
+################################
|
|
|
+# m.measure
|
|
|
+m.measure|coords:coordinates
|
|
|
+# m.cogo
|
|
|
+m.cogo|coords:coordinates
|
|
|
+# m.transform
|
|
|
+m.transform|coords:input
|
|
|
#########################
|
|
|
### Raster module changes
|
|
|
#########################
|
|
@@ -255,20 +193,33 @@ r.basins.fill|c_map:cnetwork
|
|
|
r.basins.fill|t_map:tnetwork
|
|
|
r.basins.fill|result:output
|
|
|
# r.blend
|
|
|
-r.blend|output:output_prefix
|
|
|
+r.blend|output_prefix:output
|
|
|
+# r.category
|
|
|
+r.category|vals:values
|
|
|
+# r.circle
|
|
|
+r.circle|coordinate:coordinates
|
|
|
+r.circle|mult:multiplier
|
|
|
+# r.coin
|
|
|
+r.coin|map1:first
|
|
|
+r.coin|map2:second
|
|
|
# r.colors
|
|
|
r.colors|volume:raster_3d
|
|
|
# r.colors.stddev
|
|
|
r.colors.stddev|input:map
|
|
|
+# r.composite
|
|
|
+r.composite|lev_red:level_red
|
|
|
+r.composite|lev_green:level_green
|
|
|
+r.composite|lev_blue:level_blue
|
|
|
# r.cost
|
|
|
r.cost|coordinate:start_coordinates
|
|
|
r.cost|start_rast:start_raster
|
|
|
# r.distance
|
|
|
r.distance|maps:map
|
|
|
# r.drain
|
|
|
-r.drain|voutput:vector_output
|
|
|
r.drain|coordinates:start_coordinates
|
|
|
+r.drain|indir:direction
|
|
|
r.drain|vector_points:start_points
|
|
|
+r.drain|voutput:vector_output
|
|
|
# r.fill.dir
|
|
|
r.fill.dir|elevation:input
|
|
|
r.fill.dir|depressionless:output
|
|
@@ -289,8 +240,11 @@ r.his|r_map:red
|
|
|
r.his|g_map:green
|
|
|
r.his|b_map:blue
|
|
|
# r.horizon
|
|
|
+r.horizon|basename:output
|
|
|
+r.horizon|coordinate:coordinates
|
|
|
r.horizon|elevin:elevation
|
|
|
r.horizon|horizonstep:step
|
|
|
+r.horizon|output:file
|
|
|
# r.in.wms
|
|
|
r.in.wms|mapserver:url
|
|
|
# r.lake
|
|
@@ -313,11 +267,41 @@ r.li.patchnum|map:input
|
|
|
r.li.renyi|map:input
|
|
|
r.li.shannon|map:input
|
|
|
r.li.simpson|map:input
|
|
|
+# r.out.mpeg
|
|
|
+r.out.mpeg|qual:quality
|
|
|
+# r.out.vrml
|
|
|
+r.out.vrml|elev:elevation
|
|
|
+r.out.vrml|exag:exaggeration
|
|
|
+# r.out.vtk
|
|
|
+r.out.vtk|elevscale:zscale
|
|
|
+# r.param.scale
|
|
|
+r.param.scale|s_tol:slope_tolerance
|
|
|
+r.param.scale|c_tol:curvature_tolerance
|
|
|
+r.param.scale|exp:exponent
|
|
|
# r.plane
|
|
|
r.plane|name:output
|
|
|
+# r.profile
|
|
|
+r.profile|null:null_value
|
|
|
+# r.random
|
|
|
+r.random|raster_output:raster
|
|
|
+r.random|vector_output:vector
|
|
|
+# r.reclass.area
|
|
|
+r.reclass.area|lesser,greater:value, mode
|
|
|
+# r.report
|
|
|
+r.report|pl:page_length
|
|
|
+r.report|pw:page_width
|
|
|
+r.report|null:null_value
|
|
|
# r.resamp.bspline
|
|
|
r.resamp.bspline|se:ew_step
|
|
|
r.resamp.bspline|sn:ns_step
|
|
|
+# r.resamp.rst
|
|
|
+r.resamp.rst|elev:elevation
|
|
|
+r.resamp.rst|pcurv:pcurvature
|
|
|
+r.resamp.rst|mcurv:mcurvature
|
|
|
+r.resamp.rst|tcurv:tcurvature
|
|
|
+r.resamp.rst|zmult:zscale
|
|
|
+# r.rgb
|
|
|
+r.rgb:|output_prefix:output
|
|
|
# r.sim.sediment
|
|
|
r.sim.sediment|elevin:elevation
|
|
|
r.sim.sediment|dxin:dx
|
|
@@ -355,6 +339,13 @@ r.sim.water|nwalk:nwalkers
|
|
|
r.sim.water|niter:niterations
|
|
|
r.sim.water|outiter:output_step
|
|
|
r.sim.water|diffc:diffusion_coeff
|
|
|
+# r.slope.aspect
|
|
|
+r.slope.aspect|pcurv:pcurvature
|
|
|
+r.slope.aspect|tcurv:tcurvature
|
|
|
+r.slope.aspect|zfactor:zscale
|
|
|
+r.slope.aspect|min_slp_allowed:min_slope
|
|
|
+# r.spreadpath
|
|
|
+r.spreadpath|coordinate:coordinates
|
|
|
# r.stream.extract
|
|
|
r.stream.extract|stream_rast:stream_raster
|
|
|
r.stream.extract|stream_vect:stream_vector
|
|
@@ -368,8 +359,8 @@ r.sun|albin:albedo
|
|
|
r.sun|alb:albedo_value
|
|
|
r.sun|latin:lat
|
|
|
r.sun|longin:long
|
|
|
-r.sun|coefbh:coef_bh
|
|
|
-r.sun|coefdh:coef_dh
|
|
|
+r.sun|coefbh:coeff_bh
|
|
|
+r.sun|coefdh:coeff_dh
|
|
|
r.sun|horizonstep:horizon_step
|
|
|
r.sun|declin:declination
|
|
|
r.sun|dist:distance_step
|
|
@@ -377,6 +368,8 @@ r.sun|numpartitions:npartitions
|
|
|
r.sun|civiltime:civil_time
|
|
|
# r.surf.area
|
|
|
r.surf.area|input:map
|
|
|
+# r.terraflow
|
|
|
+r.terraflow|stream_dir:directory
|
|
|
# r.texture
|
|
|
r.texture|measure:method
|
|
|
# r.to.vect
|
|
@@ -407,68 +400,6 @@ r.watershed|slope.steepness:slope_steepness
|
|
|
r.watershed|max.slope.length:max_slope_length
|
|
|
# r.what
|
|
|
r.what|east_north:coordinates
|
|
|
-# r.rgb:
|
|
|
-r.rgb:|output_prefix:output
|
|
|
-# r.blend
|
|
|
-r.blend|output_prefix:output
|
|
|
-# r.category
|
|
|
-r.category|vals:values
|
|
|
-# r.circle
|
|
|
-r.circle|coordinate:coordinates
|
|
|
-r.circle|mult:multiplier
|
|
|
-# r.coin
|
|
|
-r.coin|map1:first
|
|
|
-r.coin|map2:second
|
|
|
-# r.composite
|
|
|
-r.composite|lev_red:level_red
|
|
|
-r.composite|lev_green:level_green
|
|
|
-r.composite|lev_blue:level_blue
|
|
|
-# r.drain
|
|
|
-r.drain|indir:direction
|
|
|
-r.drain|vector_output:drain
|
|
|
-# r.fill.dir
|
|
|
-r.fill.dir|outdir:direction
|
|
|
-# r.horizon
|
|
|
-r.horizon|output:file
|
|
|
-r.horizon|basename:output
|
|
|
-r.horizon|coordinate:coordinates
|
|
|
-# r.out.mpeg
|
|
|
-r.out.mpeg|qual:quality
|
|
|
-# r.out.vrml
|
|
|
-r.out.vrml|elev:elevation
|
|
|
-r.out.vrml|exag:exaggeration
|
|
|
-# r.param.scale
|
|
|
-r.param.scale|s_tol:slope_tolerance
|
|
|
-r.param.scale|c_tol:curvature_tolerance
|
|
|
-r.param.scale|exp:exponent
|
|
|
-# r.profile
|
|
|
-r.profile|null:null_value
|
|
|
-# r.random
|
|
|
-r.random|raster_output:raster
|
|
|
-r.random|vector_output:vector
|
|
|
-# r.reclass.area
|
|
|
-r.reclass.area|lesser,greater:value, mode
|
|
|
-# r.report
|
|
|
-r.report|pl:page_length
|
|
|
-r.report|pw:page_width
|
|
|
-r.report|null:null_value
|
|
|
-# r.resamp.rst
|
|
|
-r.resamp.rst|elev:elevation
|
|
|
-r.resamp.rst|pcurv:pcurvature
|
|
|
-r.resamp.rst|mcurv:mcurvature
|
|
|
-r.resamp.rst|tcurv:trucravture
|
|
|
-r.resamp.rst|zmult:zscale
|
|
|
-# r.slope.aspect
|
|
|
-r.slope.aspect|pcurv:pcurvature
|
|
|
-r.slope.aspect|tcurv:tcurvature
|
|
|
-r.slope.aspect|zfactor:zscale
|
|
|
-r.slope.aspect|min_slp_allowed:min_slope
|
|
|
-# r.spreadpath
|
|
|
-r.spreadpath|coordinate:coordinates
|
|
|
-# r.terraflow
|
|
|
-r.terraflow|stream_dir:directory
|
|
|
-# r.out.vtk
|
|
|
-r.out.vtk|elevscale:zscale
|
|
|
# r.viewshed
|
|
|
r.viewshed|obs_elev:observer_elevation
|
|
|
r.viewshed|tgt_elev:target_elevation
|
|
@@ -503,27 +434,56 @@ t.vect.export|extrdir:directory
|
|
|
#########################
|
|
|
### Vector module changes
|
|
|
#########################
|
|
|
+# v.buffer
|
|
|
+v.buffer|bufcolumn:column
|
|
|
# v.clean
|
|
|
v.clean|thresh:threshold
|
|
|
# v.colors
|
|
|
v.colors|volume:raster_3d
|
|
|
# v.drape
|
|
|
+# v.db.join
|
|
|
+v.db.join|otable:other_table
|
|
|
+v.db.join|ocolumn:other_column
|
|
|
+v.db.join|scolumns:subset_columns
|
|
|
+# v.db.select
|
|
|
+v.db.select|vs:vertical separator
|
|
|
+# v.db.update
|
|
|
+v.db.update|qcolumn:query_column
|
|
|
v.drape|rast:elevation
|
|
|
# v.edit
|
|
|
v.edit|measure:method
|
|
|
v.edit|thresh:threshold
|
|
|
+# v.external
|
|
|
+v.external|dsn:input
|
|
|
# v.extract
|
|
|
v.extract|list:cats
|
|
|
+# v.extrude
|
|
|
+v.extrude|hcolumn:height_column
|
|
|
# v.in.e00
|
|
|
v.in.e00|file:input
|
|
|
v.in.e00|vect:output
|
|
|
+# v.in.ogr
|
|
|
+v.in.ogr|dsn:input
|
|
|
+v.in.ogr|cnames:columns
|
|
|
# v.in.wfs
|
|
|
v.in.wfs|wfs:url
|
|
|
v.in.wfs|input:map
|
|
|
+# v.label
|
|
|
+v.label|background:bgcolor
|
|
|
+v.label|hcolor:highlight_color
|
|
|
+v.label|hwidth:highlight_width
|
|
|
# v.lrs.create
|
|
|
v.lrs.create|thresh:threshold
|
|
|
+# v.lrs.label
|
|
|
+v.lrs.label|background:bgcolor
|
|
|
+v.lrs.label|hcolor:highlight_color
|
|
|
+v.lrs.label|hwidth:highlight_width
|
|
|
# v.lrs.where
|
|
|
v.lrs.where|thresh:threshold
|
|
|
+# v.kcv
|
|
|
+v.kcv|k:npartitions
|
|
|
+# v.kernel
|
|
|
+v.kernel|mult:multiplier
|
|
|
# v.mkgrid
|
|
|
v.mkgrid|coor:coordinates
|
|
|
# v.net
|
|
@@ -621,57 +581,6 @@ v.net.timetable|abcolumn:arc_backward_column
|
|
|
# v.net.visibility
|
|
|
v.net.visibility|coordinate|coordinates
|
|
|
v.net.visibility|vis|visibility
|
|
|
-# v.outlier
|
|
|
-v.outlier|soe:ew_step
|
|
|
-v.outlier|son:ns_step
|
|
|
-# v.rast.stats
|
|
|
-v.rast.stats|colprefix:column_prefix
|
|
|
-v.rast.stats|input:map
|
|
|
-# v.support
|
|
|
-v.support|thresh:threshold
|
|
|
-# v.surf.bspline
|
|
|
-v.surf.bspline|sie:ew_step
|
|
|
-v.surf.bspline|sin:ns_step
|
|
|
-# v.surf.rst
|
|
|
-v.surf.rst|devi:deviations
|
|
|
-v.surf.rst|maskmap:mask
|
|
|
-v.surf.rst|treefile:treeseg
|
|
|
-v.surf.rst|overfile:overwin
|
|
|
-v.surf.rst|elev:elevation
|
|
|
-# v.what.vect
|
|
|
-v.what.vect|vector:map
|
|
|
-v.what.vect|qvector:query_map
|
|
|
-v.what.vect|qlayer:query_layer
|
|
|
-v.what.vect|qcolumn:query_column
|
|
|
-# v.label
|
|
|
-v.label|background:bgcolor
|
|
|
-v.label|hcolor:highlight_color
|
|
|
-v.label|hwidth:highlight_width
|
|
|
-# v.lrs.label
|
|
|
-v.lrs.label|background:bgcolor
|
|
|
-v.lrs.label|hcolor:highlight_color
|
|
|
-v.lrs.label|hwidth:highlight_width
|
|
|
-# v.buffer
|
|
|
-v.buffer|bufcolumn:column
|
|
|
-# v.db.join
|
|
|
-v.db.join|otable:other_table
|
|
|
-v.db.join|ocolumn:other_column
|
|
|
-v.db.join|scolumns:subset_columns
|
|
|
-# v.db.select
|
|
|
-v.db.select|vs:vertical separator
|
|
|
-# v.db.update
|
|
|
-v.db.update|qcolumn:query_column
|
|
|
-# v.external
|
|
|
-v.external|dsn:input
|
|
|
-# v.extrude
|
|
|
-v.extrude|hcolumn:height_column
|
|
|
-# v.in.ogr
|
|
|
-v.in.ogr|dsn:input
|
|
|
-v.in.ogr|cnames:columns
|
|
|
-# v.kcv
|
|
|
-v.kcv|k:npartitions
|
|
|
-# v.kernel
|
|
|
-v.kernel|mult:multiplier
|
|
|
# v.out.ogr
|
|
|
v.out.ogr|dsn:output
|
|
|
v.out.ogr|olayer:output_layer
|
|
@@ -682,18 +591,34 @@ v.out.postgis|olayer:output_layer
|
|
|
v.out.postgis|olink:output_link
|
|
|
# v.out.vtk
|
|
|
v.out.vtk|scale:zscale
|
|
|
+# v.outlier
|
|
|
+v.outlier|soe:ew_step
|
|
|
+v.outlier|son:ns_step
|
|
|
# v.qcount
|
|
|
v.qcount|n:nquadrants
|
|
|
v.qcount|r:radius
|
|
|
+# v.rast.stats
|
|
|
+v.rast.stats|colprefix:column_prefix
|
|
|
+v.rast.stats|input:map
|
|
|
# v.sample
|
|
|
v.sample|z:zscale
|
|
|
# v.segment
|
|
|
v.segment|file:segments
|
|
|
+# v.support
|
|
|
+v.support|thresh:threshold
|
|
|
+# v.surf.bspline
|
|
|
+v.surf.bspline|sie:ew_step
|
|
|
+v.surf.bspline|sin:ns_step
|
|
|
# v.surf.rst
|
|
|
-v.surf.rst|pcurv:pcurvature
|
|
|
-v.surf.rst|tcurv:tcurvature
|
|
|
+v.surf.rst|devi:deviations
|
|
|
+v.surf.rst|elev:elevation
|
|
|
+v.surf.rst|maskmap:mask
|
|
|
v.surf.rst|mcurv:mcurvature
|
|
|
+v.surf.rst|overfile:overwin
|
|
|
+v.surf.rst|pcurv:pcurvature
|
|
|
v.surf.rst|scolumn:smooth_column
|
|
|
+v.surf.rst|tcurv:tcurvature
|
|
|
+v.surf.rst|treefile:treeseg
|
|
|
v.surf.rst|zmulti:zscale
|
|
|
# v.to.db
|
|
|
v.to.db|qlayer:query_layer
|
|
@@ -702,39 +627,34 @@ v.to.db|qcolumn:query_column
|
|
|
v.to.points|llayer:layer
|
|
|
# v.transform
|
|
|
v.transform|attrcolumn:attribute_column
|
|
|
-v.transform|rgbcolumn:rgb_column
|
|
|
v.transform|labelcolumn:label_column
|
|
|
-# v.transform
|
|
|
+v.transform|rgbcolumn:rgb_column
|
|
|
v.transform|zrot:zrotation
|
|
|
# v.vect.stats
|
|
|
-v.vect.stats|player:points_layer
|
|
|
v.vect.stats|alayer:areas_layer
|
|
|
-v.vect.stats|pcolumn:points_column
|
|
|
v.vect.stats|ccolumn:count_column
|
|
|
+v.vect.stats|pcolumn:points_column
|
|
|
+v.vect.stats|player:points_layer
|
|
|
v.vect.stats|scolumn:stats_column
|
|
|
# v.vol.rst
|
|
|
+v.vol.rst|aspect1:aspect_horizontal
|
|
|
+v.vol.rst|aspect2:aspect_vertical
|
|
|
v.vol.rst|cellinp:cross_input
|
|
|
-v.vol.rst|devi:deviations
|
|
|
-v.vol.rst|scolumn:smooth_column
|
|
|
-v.vol.rst|wmulti:wscale
|
|
|
-v.vol.rst|zmulti:zscale
|
|
|
v.vol.rst|cellout:cross_output
|
|
|
+v.vol.rst|devi:deviations
|
|
|
v.vol.rst|elev:elevation
|
|
|
-v.vol.rst|aspect1:aspect_horizontal
|
|
|
-v.vol.rst|aspect2:aspect_vertical
|
|
|
-v.vol.rst|ncurv:ncurvature
|
|
|
v.vol.rst|gcurv:gcurvature
|
|
|
v.vol.rst|mcurv:mcurvature
|
|
|
+v.vol.rst|ncurv:ncurvature
|
|
|
+v.vol.rst|scolumn:smooth_column
|
|
|
+v.vol.rst|wmulti:wscale
|
|
|
+v.vol.rst|zmulti:zscale
|
|
|
# v.what.vect
|
|
|
+v.what.vect|qcolumn:query_column
|
|
|
+v.what.vect|qlayer:query_layer
|
|
|
v.what.vect|qmap:query_map
|
|
|
+# v.what.vect
|
|
|
+v.what.vect|qvector:query_map
|
|
|
v.what.vect|qlayer:query_layer
|
|
|
v.what.vect|qcolumn:query_column
|
|
|
-################################
|
|
|
-### Miscellaneous module changes
|
|
|
-################################
|
|
|
-# m.measure
|
|
|
-m.measure|coords:coordinates
|
|
|
-# m.cogo
|
|
|
-m.cogo|coords:coordinates
|
|
|
-# m.transform
|
|
|
-m.transform|coords:input
|
|
|
+v.what.vect|vector:map
|