Opened 6 years ago

Closed 5 years ago

#7131 closed defect (wontfix)

gdal2tiles.py generates blank tiles

Reported by: csbubbles Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: 2.2.2
Severity: normal Keywords: gdal2tiles, empty
Cc: gbataille

Description (last modified by csbubbles)

GDAL 2.2.2, released 2017/09/15

When generating tiles for a specific zoom, sometimes all the tiles in one of the directories (X-coordinate) appear to be blank (have no data, all the pixels are hidden by the alpha band).

Repro

  1. Download the attached xxx.tif file
  2. Generate tiles for zoom level 20: gdal2tiles.py xxx.tif -z 20
  3. Check files in xxx/20/183366 directory

Actual results

All the files generated are blank. There is no actual data, all the pixels are hidden by the alpha layer.

Expected results

There shouldn't be "xxx/20/183366" directory created at all, I guess, and no tiles generated there.

Change History (7)

comment:1 by csbubbles, 6 years ago

I couldn't attach the file as it's ~25MB. Please let me know how I could send it to you, and I will.

comment:2 by csbubbles, 6 years ago

Description: modified (diff)

comment:3 by csbubbles, 6 years ago

Description: modified (diff)

comment:4 by csbubbles, 6 years ago

Description: modified (diff)

comment:5 by Even Rouault, 6 years ago

Cc: gbataille added

comment:6 by csbubbles, 6 years ago

Version: unspecified2.2.2

comment:7 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.