Opened 10 years ago
Last modified 6 years ago
#2383 new enhancement
r.null to have "more than" and "less than" flags
Reported by: | ychemin | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | Default | Version: | unspecified |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
In many imagery dataset, it is common to need to slice off a large (or small) value and any other value above (or below) into NODATA/NULL values.
r.null could be extended to perform this operation.
Flag would transform setnull option value into the lower boundary (if "more than" flag) or upper boundary (if "less than" flag) threshold to make null values.
Change History (10)
comment:1 by , 10 years ago
comment:4 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:5 by , 7 years ago
Milestone: | 7.2.2 → 7.4.0 |
---|
All enhancement tickets should be assigned to 7.4 milestone.
comment:7 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:8 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Note:
See TracTickets
for help on using tickets.
r.null manual claims to support syntax
setnull=56-89
.Some other modules supports
value=56-
(andvalue=-56
?) which might be the proper syntax for your request. If it is not already supported and if there is some solution forvalue=-56
in meaning "from -inf to +56" versus "only value -56".