[GRASS-dev] [GRASS GIS] #1792: r3.colors list map name under "optional"

#1792: r3.colors list map name under "optional"
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Raster3D | Version: svn-trunk
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
The most important options for a r3.colors module - a map name and file
with map names (why such option exists?) - are listed under "optional"
tab.
"Remove" and "Print" could go to "Optional" but not the most important
parameter - a map to operate on.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1792&gt;
GRASS GIS <http://grass.osgeo.org>

#1792: r3.colors list map name under "optional"
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Raster3D | Version: svn-trunk
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by huhabla):

Hopefully fixed in r53782.

The file option was added by me to support the color table creation of a
large amount of maps. The file option comes handy in case the the maximum
shell command buffer size is reached and xargs is no option, or in case
the maximum Python command argument buffer size is reached. In addition
the output of g.mlist can be piped into a file that can be used as input
file for r(3).colors.

The file option is used by t.rast.colors to compute and set the color
table for a space time raster dataset.

Best regards
Soeren

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1792#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1792: r3.colors list map name under "optional"
--------------------------+-------------------------------------------------
  Reporter: marisn | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: minor | Milestone: 7.0.0
Component: Raster3D | Version: svn-trunk
Resolution: fixed | Keywords:
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by marisn):

  * status: new => closed
  * resolution: => fixed

Comment:

Excellent! Thanks, Soeren, for fast response and good work :slight_smile:

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1792#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>