Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#6628 closed defect (fixed)

VRT: performance issue when nodata set at band level and non-nearest resampling used

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.1.2
Component: GDAL_Raster Version: 2.1.0
Severity: normal Keywords: vrt
Cc:

Description


Change History (3)

comment:1 by Even Rouault, 8 years ago

Component: defaultGDAL_Raster
Keywords: vrt added
Milestone: 2.1.2
Owner: changed from warmerdam to Even Rouault
Version: unspecified2.1.0

When using non-nearest resampling, currently all sources are opened to check if their nodata value matches the nodata value set at the VRT band level. Instead of just trying on the sources that intersect the requested window.

comment:2 by Even Rouault, 8 years ago

Resolution: fixed
Status: newclosed

In 35187:

VRT: fix performance issue when nodata set at band level and non-nearest resampling used (fixes #6628)

comment:3 by Even Rouault, 8 years ago

In 35188:

VRT: fix performance issue when nodata set at band level and non-nearest resampling used (fixes #6628)

Note: See TracTickets for help on using tickets.