Opened 8 years ago
Last modified 6 years ago
#3076 new enhancement
r.colors: parameter for scaling of values
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | Raster | Version: | svn-trunk |
Keywords: | r.colors, gsoc2016 | Cc: | |
CPU: | All | Platform: | All |
Description (last modified by )
r.colors would benefit from a new parameter for the scaling of values:
The parameter for scaling of values is useful when storing (big) datasets as scaled integer maps (factor 10 or 100) rather than floating point. This parameter would internally scale as requested using a standard (thematic) color table like e.g. Celsius, avoiding that new "celsius10" or "celsius100" tables must be hardcoded.
(description edited and separated into ticket #3077)
Change History (13)
follow-up: 3 comment:1 by , 8 years ago
Keywords: | gsoc2016 added |
---|
comment:2 by , 8 years ago
Description: | modified (diff) |
---|---|
Summary: | r.colors: parameter for scaling of values + output of color table type and range → r.colors: parameter for scaling of values |
Version: | unspecified → svn-trunk |
comment:3 by , 8 years ago
comment:5 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:6 by , 7 years ago
Milestone: | 7.2.2 → 7.4.0 |
---|
All enhancement tickets should be assigned to 7.4 milestone.
comment:9 by , 7 years ago
A scale parameter for scaling of values (e.g. °C * 100) is still desired.
comment:10 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:11 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
I suggest to put those first 2 points in a separate ticket and add more information to it, because it's not clear to me what exactly you want and why. An example of desired output would be helpful. The last point is clear I think.