Opened 12 years ago
Closed 12 years ago
#1792 closed defect (fixed)
r3.colors list map name under "optional"
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.0.0 |
Component: | Raster3D | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
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.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Excellent! Thanks, Soeren, for fast response and good work :)
Note:
See TracTickets
for help on using tickets.
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