#3067: r.mapcalc gives wrong result when neighborhood modifier takes a cell above
first
----------------------------------------------+-------------------------
Reporter: wenzeslaus | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 7.0.5
Component: Raster | Version: svn-trunk
Keywords: r.mapcalc, neighborhood modifier | CPU: Unspecified
Platform: Linux |
----------------------------------------------+-------------------------
When I run G7:r.mapcalc with `x = p[1,0] + p[-1,0]` (r.mapcalc possibly
first taking cell one row below), I get a correct result, but when I swap
the parts if the expression to `x = p[-1,0] + p[1,0]` (r.mapcalc possibly
first taking cell one row above), I get a wrong result. A reproducible
example follows.
#3067: r.mapcalc gives wrong result when neighborhood modifier takes a cell above
first
--------------------------+----------------------------------------------
Reporter: wenzeslaus | Owner: grass-dev@…
Type: defect | Status: closed
Priority: blocker | Milestone: 7.0.5
Component: Raster | Version: svn-trunk
Resolution: fixed | Keywords: r.mapcalc, neighborhood modifier
CPU: Unspecified | Platform: Linux
--------------------------+----------------------------------------------
Comment (by wenzeslaus):
In [changeset:"68722" 68722]:
{{{
#!CommitTicketReference repository="" revision="68722"
r.forestfrag: fix test reference data after r68717 (see #3067)
}}}
#3067: r.mapcalc gives wrong result when neighborhood modifier takes a cell above
first
--------------------------+----------------------------------------------
Reporter: wenzeslaus | Owner: grass-dev@…
Type: defect | Status: closed
Priority: blocker | Milestone: 7.0.5
Component: Raster | Version: svn-trunk
Resolution: fixed | Keywords: r.mapcalc, neighborhood modifier
CPU: Unspecified | Platform: Linux
--------------------------+----------------------------------------------
Comment (by neteler):
In [changeset:"68768" 68768]:
{{{
#!CommitTicketReference repository="" revision="68768"
r.mapcalc: fix wrong result when neighborhood modifier takes a cell above
first (trunk, r68717, fixes #3067)
}}}
#3067: r.mapcalc gives wrong result when neighborhood modifier takes a cell above
first
--------------------------+----------------------------------------------
Reporter: wenzeslaus | Owner: grass-dev@…
Type: defect | Status: closed
Priority: blocker | Milestone: 7.0.5
Component: Raster | Version: svn-trunk
Resolution: fixed | Keywords: r.mapcalc, neighborhood modifier
CPU: Unspecified | Platform: Linux
--------------------------+----------------------------------------------
Comment (by neteler):
In [changeset:"68769" 68769]:
{{{
#!CommitTicketReference repository="" revision="68769"
r.mapcalc: fix wrong result when neighborhood modifier takes a cell above
first (trunk, r68717, fixes #3067)
}}}