Opened 7 years ago
Last modified 5 years ago
#3547 new enhancement
r.viewshed.cva with -e flag
Reported by: | micha | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.8.3 |
Component: | Addons | Version: | unspecified |
Keywords: | r.viewshed.cva | Cc: | |
CPU: | Unspecified | Platform: | All |
Description
When passing the '-e' flag to r.viewshed.cva, each of the individual, single viewpoint maps gets a value of "invisible = NULL, else current elev-viewpoint_elev". However when the maps are combined using r.series, the result is a count of the maps. So invisible pixels get a value of 0, instead of NULL.
I suggest to use the r.series method=minimum when the '-e' flag is passed so as to keep the elevation difference in the cumulative viewshed output.
Diff attached.
Attachments (1)
Change History (7)
by , 7 years ago
Attachment: | r.viewshed.cva.diff added |
---|
comment:1 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:2 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
comment:6 by , 5 years ago
Milestone: | → 7.8.3 |
---|
Note:
See TracTickets
for help on using tickets.
diff to change the r.series command when '-e' flag is passed