Opened 10 years ago

Closed 10 years ago

#5353 closed defect (fixed)

NITF Series List is out of date

Reported by: craigklem Owned by: warmerdam
Priority: normal Milestone: 1.10.2
Component: GDAL_Raster Version: 1.10.1
Severity: normal Keywords: NITF Series Codes
Cc:

Description

I recently came across several NITF files that I received incomplete information back from GDAL driver on. I tracked it down to the NITF series array in nitffile.c being a few versions out of date. I updated the array to match what I think is the latest document revision: MIL-STD-2411_1_CHG-3.pdf. My array is alphabetical by code to allow for easy comparison to the document. I fixed a few typos and slight changes from previous code in addition to new records.

Attachments (2)

NITF_Series.c (11.2 KB ) - added by craigklem 10 years ago.
Updated NITF Series Array
MIL-STD-2411_1_CHG-3.pdf (352.3 KB ) - added by craigklem 10 years ago.
MIL-STD-2411_1 Change 3

Download all attachments as: .zip

Change History (3)

by craigklem, 10 years ago

Attachment: NITF_Series.c added

Updated NITF Series Array

by craigklem, 10 years ago

Attachment: MIL-STD-2411_1_CHG-3.pdf added

MIL-STD-2411_1 Change 3

comment:1 by Even Rouault, 10 years ago

Resolution: fixed
Status: newclosed

trunk r26838, branches/1.10 r26839 "NITF: update NITF Series list with new entries from MIL-STD-2411_1_CHG-3.pdf (patch by craigklem, #5353)"

Note: See TracTickets for help on using tickets.