Ticket #2782 (closed defect: fixed)
Failure reading BSB image
| Reported by: | avar | Owned by: | chaitanya |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.5 |
| Component: | GDAL_Raster | Version: | |
| Severity: | normal | Keywords: | BSB |
| Cc: | warmerdam, avar |
Description
I have a collection of BSB files in .NOS/.GEO format. Some of which gdal_translate can decode but others fail:
avar@aoeu:~/src/dl/gdal-1.6.0$ for i in IS1612*NOS; do echo $i && ./apps/gdal_translate -of PNG $i $i.png; done IS1612_1.NOS Input file size is 5677, 7272 0...10...20...30...40...50...60...70...80...90...100 - done. IS1612_4.NOS Input file size is 6606, 8542 0...10...20...30...Warning 1: Got 1010 pixels when looking for 6606 pixels. ERROR 1: IReadBlock failed at X offset 0, Y offset 3390 ERROR 1: GetBlockRef failed at X block offset 0, Y block offset 3390
Attached is a tarball with the two files in question. IS1612_1.NOS is decoded successfully while IS1612_4.NOS triggers an error.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

