Opened 8 years ago
Closed 8 years ago
#6024 closed defect (fixed)
RasterIO() with non-nearest resampling ignore NBITS metadata item
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.1 |
Component: | GDAL_Raster | Version: | 2.0.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
When resampling with RasterIO() with a kernel like Cubic that can have overshoot, we should honour the NBITS metadata item to clamp values.
Note:
See TracTickets
for help on using tickets.
trunk r29494, branches/2.0 r29496 "Honour NBITS metadata item when doing RasterIO() with non-nearest resampling (#6024)"