#523 closed defect (wontfix)
[wktraster] gdal2wktraster.py should flag tiles properly with hasnodatavalue
Reported by: | pracine | Owned by: | pracine |
---|---|---|---|
Priority: | high | Milestone: | WKTRaster 0.1.6 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
gdal2wktraster.py flag raster properly when they have a nodata value but not individual tiles when the raster is imported tiled with the -k option.
Change History (3)
comment:1 by , 15 years ago
Priority: | medium → high |
---|---|
Version: | 1.5.X → trunk |
comment:2 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Actually each tile should have the same HasNoDaValue setting as the global image. But a new BandIsOnlyNoData should be set instead. A new ticket will be set for this.