Ticket #763 (new defect)
r.statistics method=distribution: no percentages for negative basemap values
| Reported by: | peifer | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.4.4 |
| Component: | Raster | Version: | 6.4.0 RCs |
| Keywords: | r.statistics | Cc: | |
| Platform: | Unspecified | CPU: | x86-32 |
Description
Here some sampe results:
basemap covermap percentage
-70 -7 inf
-70 63 inf
-50 -7 inf
-50 45 inf
As far as I can see this is the relevant line in r.statistics/o_distrib.c (I am not a programmer, though)
68 if (catb != basecat && basecat > 0)
Change History
Note: See
TracTickets for help on using
tickets.
