Opened 15 years ago
Closed 9 years ago
#1009 closed defect (fixed)
r.param.scale outputs wrong values in last (bottom) row
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Raster | Version: | svn-releasebranch64 |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
When feature map is created, it contains also data in last (most bottom one) row, still it's impossible to gather data for that row, as r.param.scale uses sliding window method and thus last line would have to deal with NULLs coming from outside from computational region. Current r.param.scale output more looks like last line is repeated twice instead of setting it to be NULL.
Test procedure:
g.region rast=elevation.dem@PERMANENT r.param.scale input=elevation.dem@PERMANENT output=features param=feature
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | r.param.scale.output.png added |
---|
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has been fixed, probably in r62648.
Note:
See TracTickets
for help on using tickets.
Screenshot with missing gap in r.param.scale output. Notice lack of any change in last row compared to last-1 row.