Opened 7 years ago

Closed 5 years ago

#7021 closed defect (wontfix)

Overviews are not used when reading masks from warped VRTs

Reported by: mojodna Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: 2.2.1
Severity: normal Keywords:
Cc:

Description

I'm not sure how to describe a repro for this; I've created a warped VRT using gdalwarp and attempted to retrieve masked values with rasterio (src.read(out_shape=(3, 512, 512), masked=True)). With CPL_CURL_VERBOSE=YES, I've noticed that it makes many HTTP requests (more than 2x what an unmasked read makes), enough to make me think that it's not loading overviews.

Change History (2)

comment:1 by Even Rouault, 7 years ago

Can you reproduce with "gdal_translate -b 1 [...] -b mask your.vrt out.tif" ?

comment:2 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.