#223 closed defect (fixed)
r.mask -r shouldn't require input
Reported by: | kyngchaos | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 6.4.0 |
Component: | Raster | Version: | 6.3.0 |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
The docs for r.mask (and usage verifies it) say that the -r option to remove the current mask overrides all other options. Therefore the input parameter should not be required in this case. It's just superfluous typing and has nothing to do with removing the mask.
Change History (2)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Was fixed in GRASS 6.4.svn. Is anything needed in the Python version of GRASS 7?
Markus
Note:
See TracTickets
for help on using tickets.
No need to provide map name to remove existing MASK. Fixed in r34307