Open landam opened 5 years ago
Comment by wenzeslaus on 30 Jul 2014 13:29 UTC
http://grass.osgeo.org/grass70/manuals/r.null.html r.null manual claims to support syntax setnull=56-89
.
Some other modules supports value=56-
(and value=-56
?) which might be the proper syntax for your request. If it is not already supported and if there is some solution for value=-56
in meaning "from -inf to +56" versus "only value -56".
Comment by neteler on 5 May 2016 14:08 UTC Milestone renamed
Comment by neteler on 28 Dec 2016 15:04 UTC Ticket retargeted after milestone closed
Modified by @landam on 5 May 2017 20:40 UTC
Comment by @landam on 1 Sep 2017 20:28 UTC All enhancement tickets should be assigned to 7.4 milestone.
Comment by neteler on 26 Jan 2018 11:40 UTC Ticket retargeted after milestone closed
Modified by neteler on 12 Jun 2018 20:48 UTC
Comment by @landam on 25 Sep 2018 16:51 UTC All enhancement tickets should be assigned to 7.6 milestone.
Comment by @landam on 25 Jan 2019 21:07 UTC Ticket retargeted after milestone closed
Reported by ychemin on 30 Jul 2014 10:19 UTC 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.
Migrated-From: https://trac.osgeo.org/grass/ticket/2383