Opened 12 years ago

Closed 12 years ago

#4711 closed defect (fixed)

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

Reported by: Even Rouault Owned by: Even 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 (1)

comment:1 by Even Rouault, 12 years ago

Resolution: fixed
Status: newclosed

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.