Ticket #4711 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

DTED driver doesn't honour "Longitude count" field of Data Record

Reported by: rouault Owned by: rouault
Priority: normal Milestone: 1.10.0
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: dted
Cc:

Description

There are files in the wild that declare for example 3601x3601 cells. But they don't contain all the 3601 columns that are normally expected. They for example have just [colA, colB] columns. This situation can be detected by checking the value of the "Longitude count" field (at byte 4) of each data record. The columns that are not physically present in the files should be filled with nodata value.

Change History

Changed 11 months ago by rouault

  • status changed from new to closed
  • resolution set to fixed

r24601 /trunk/ (5 files in 3 dirs): DTED: honour 'Longitude count' field of Data Record to deal properly with files with missing columns at the left and/or right of the file (#4711)

Note: See TracTickets for help on using tickets.