Opened 14 years ago

Closed 14 years ago

#3419 closed defect (fixed)

Missing NITF_ICORDS and NITF_IGEOLO

Reported by: gaopeng Owned by: warmerdam
Priority: normal Milestone: 1.8.0
Component: GDAL_Raster Version: 1.6.1
Severity: normal Keywords: nitf
Cc:

Description

For NITF data, I seem to get the metadata attributes for NITF_ICORDS and NITF_IGEOLO with an empty string in them. According to the user, they should be populated with values. I always seem to get an empty string for these tags from GDAL.

Change History (2)

comment:1 by warmerdam, 14 years ago

Keywords: nitf added
Milestone: 1.6.41.8.0
Status: newassigned

I am not aware of these fields ever having been returned as metadata by the GDAL NITF driver. I will add them in trunk and 1.6-esri.

comment:2 by warmerdam, 14 years ago

Resolution: fixed
Status: assignedclosed

Support introduced in trunk (r18826) and 1.6-esri (r18827). The metadata items hold the raw field values from the image header:

  NITF_ICORDS=N
  NITF_IGEOLO=125375454959997125473944959997125473944950235125375454950235
Note: See TracTickets for help on using tickets.