Opened 12 years ago
Closed 9 years ago
#1885 closed defect (fixed)
r.proj - from CELL to DCEL format
Reported by: | pvanbosgeo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Raster | Version: | svn-trunk |
Keywords: | r.proj | Cc: | |
CPU: | Unspecified | Platform: | Linux |
Description
When I reproject an raster layer in CELL format using nearest neighbor assignment, the resulting output map is in DCELL.
Change History (4)
comment:1 by , 12 years ago
Component: | Default → Raster |
---|---|
Keywords: | r.proj added |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
That would indeed be no surprise :-).. But no, as mentioned in the description, this is when using the nearest neighbor value, using an integer map (CELL) as input.
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Tested this with the latest grass 7.1svn, and the problem does not occur any more. Setting status as fixed as I seem to be the only one who had experienced the problem.
Note:
See TracTickets
for help on using tickets.
Did you use the bilinear or cubic convolution method? Then it is no surprise.
To maintain CELL, you need to use the nearest neighbor method.