<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>NITF base georeferencing using the IGEOLO field sucks because
there's not enough decimal digits to compute the full accuracy of
a geotransform, and thus when GDAL tries to reconstruct the
geotransform from the 4 corners (that's how georeferencing is
stored), the threshold to detect if the computed affine
geotransform isn't always met.<br>
</p>
<p>I thought that a workaround would be to write the SDE TREs
(GEOPSB/PRJPSB and MAPLOB). There's a SDE_TRE=YES creation option
for that, but its implementation on the writing side is limited to
geographic coordinates, not projected ones (could potentially be
extended). So if you want to go with that route, you'll have to
compose the content of the TREs by yourself from the NITF spec,
which is a non trivial exercice. But actually, I'm wrong. MAPLOB
cannot capture rotating terms of a geotransform.</p>
<p>On the reading side, you can try to set the
GDAL_GCPS_TO_GEOTRANSFORM_APPROX_OK config option to a value
larger than the 0.25 pixel default value. cf
<a class="moz-txt-link-freetext" href="https://gdal.org/api/raster_c_api.html#_CPPv422GDALGCPsToGeoTransformiPK8GDAL_GCPPdi">https://gdal.org/api/raster_c_api.html#_CPPv422GDALGCPsToGeoTransformiPK8GDAL_GCPPdi</a><br>
</p>
<p>Even<br>
</p>
<div class="moz-cite-prefix">Le 20/07/2023 à 18:18, Nigus, Steve a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:SJ0PR09MB95714122200B65A3687E5026883EA@SJ0PR09MB9571.namprd09.prod.outlook.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style>@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}@font-face
{font-family:Fixedsys;
panose-1:0 0 0 0 0 0 0 0 0 0;}p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;}div.WordSection1
{page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">I am doing a real-time SAR spot simulation
where the SAR orbits a target point and saves a series of the
georeferenced spot image files. My initial implementation
generated non-GDAL GeoTIFF or JPEG files. I use a
least-squares algorithm to develop the 6 affine geotransform
values. This all works fine, and the files display nicely in
my GIS viewer. I have since brought in GDAL 2.2.3 to create
NITF files. Unfortunately, over 30% of the NITF files lose
the geotransform info. Rather, they show generic GCPs. The
“good” NITF files display OK in my GIS viewer. As a sanity
test, I took a series of non-GDAL GeoTIFF files and ran them
through gdal_translate to NITF. Interestingly, around 30% of
the NITF files again dropped the geotransform data. I’ve
attached below gdalinfo reports of a gdal_translate input
GeoTIFF file and the output NITF file for a failing example.
My geotransform data appears to be well-behaved. Question:
What could cause geotransform data to be rejected? Thanks…..<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Non-GDAL gdal_translate input GeoTIFF file:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">$ gdalinfo
sar2023071722525322.tif<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Driver:
GTiff/GeoTIFF<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Files:
sar2023071722525322.tif<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Size is 1024,
1024<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Coordinate
System is:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">PROJCS["VITAL
SAR Simulation",<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> GEOGCS["WGS
84",<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
DATUM["WGS_1984",<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
SPHEROID["WGS 84",6378137,298.257223563,<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
AUTHORITY["EPSG","7030"]],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
AUTHORITY["EPSG","6326"]],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PRIMEM["Greenwich",0],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
UNIT["degree",0.0174532925199433],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
AUTHORITY["EPSG","4326"]],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PROJECTION["Transverse_Mercator"],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PARAMETER["latitude_of_origin",0],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PARAMETER["central_meridian",-81],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PARAMETER["scale_factor",0.9996],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PARAMETER["false_easting",500000],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PARAMETER["false_northing",0],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
UNIT["metre",1,<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
AUTHORITY["EPSG","9001"]]]<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">GeoTransform =<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
586659.1336352756, -0.2027675805429681, -0.2274441341933198<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
2969181.096499263, -0.2274441341933198, 0.2027675805429681<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Metadata:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
AREA_OR_POINT=Area<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Image Structure
Metadata:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
INTERLEAVE=BAND<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Corner
Coordinates:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Upper Left (
586659.134, 2969181.096) ( 80d 7'40.06"W, 26d50'29.50"N)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Lower Left (
586426.231, 2969388.731) ( 80d 7'48.44"W, 26d50'36.30"N)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Upper Right (
586451.500, 2968948.194) ( 80d 7'47.64"W, 26d50'21.98"N)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Lower Right (
586218.597, 2969155.828) ( 80d 7'56.02"W, 26d50'28.78"N)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Center (
586438.865, 2969168.462) ( 80d 7'48.04"W, 26d50'29.14"N)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Band 1
Block=1024x8 Type=Byte, ColorInterp=Gray<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">gdal_translate
output NITF file:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">$ gdalinfo
sar2023071722525322.nitf<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Driver:
NITF/National Imagery Transmission Format<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Files:
sar2023071722525322.nitf<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Size is 1024,
1024<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Coordinate
System is `'<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">GCP Projection
=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">PROJCS["UTM
Zone 17, Northern Hemisphere",<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> GEOGCS["WGS
84",<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
DATUM["WGS_1984",<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
SPHEROID["WGS 84",6378137,298.257223563,<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
AUTHORITY["EPSG","7030"]],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
AUTHORITY["EPSG","6326"]],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PRIMEM["Greenwich",0,<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
AUTHORITY["EPSG","8901"]],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
UNIT["degree",0.0174532925199433,<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
AUTHORITY["EPSG","9122"]],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
AUTHORITY["EPSG","4326"]],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PROJECTION["Transverse_Mercator"],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PARAMETER["latitude_of_origin",0],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PARAMETER["central_meridian",-81],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PARAMETER["scale_factor",0.9996],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PARAMETER["false_easting",500000],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
PARAMETER["false_northing",0],<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
UNIT["Meter",1]]<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">GCP[ 0]:
Id=UpperLeft, Info=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
(0.5,0.5) -> (586659,2969181,0)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">GCP[ 1]:
Id=UpperRight, Info=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
(1023.5,0.5) -> (586451,2968948,0)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">GCP[ 2]:
Id=LowerRight, Info=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
(1023.5,1023.5) -> (586219,2969156,0)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">GCP[ 3]:
Id=LowerLeft, Info=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
(0.5,1023.5) -> (586426,2969389,0)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Metadata:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ABPP=08<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_CCS_COLUMN=0<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_CCS_ROW=0<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_CLEVEL=03<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ENCRYP=0<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FBKGC=
0, 0, 0<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_FDT=20021216151629<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_FHDR=NITF02.10<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSCATP=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSCAUT=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSCLAS=U<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSCLSY=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSCLTX=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSCODE=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_FSCOP=00000<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_FSCPYS=00000<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSCRSN=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSCTLH=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSCTLN=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSDCDT=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSDCTP=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSDCXM=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSDG=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">NITF_FSDGDT=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSREL=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FSSRDT=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_FTITLE=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_IALVL=0<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_IC=NC<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ICAT=VIS<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ICORDS=N<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_IDATIM=20021216151629<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_IDLVL=1<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_IGEOLO=175866592969181175864512968948175862192969156175864262969389<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_IID1=Missing<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_IID2=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_ILOC_COLUMN=0<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_ILOC_ROW=0<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_IMAG=1.0<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_IMODE=B<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_IREP=MONO<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISCATP=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISCAUT=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISCLAS=U<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISCLSY=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISCLTX=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISCODE=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISCRSN=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISCTLH=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISCTLN=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISDCDT=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISDCTP=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISDCXM=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISDG=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISDGDT=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_ISORCE=Unknown<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISREL=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ISSRDT=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_ONAME=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_OPHONE=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_OSTAID=GDAL<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_PJUST=R<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_PVTYPE=INT<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">
NITF_STYPE=BF01<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"> NITF_TGTID=<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Corner
Coordinates:<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Upper Left
( 0.0, 0.0)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Lower Left (
0.0, 1024.0)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Upper Right (
1024.0, 0.0)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Lower Right (
1024.0, 1024.0)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Center (
512.0, 512.0)<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys">Band 1
Block=1024x1 Type=Byte, ColorInterp=Gray<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-size:9.0pt;font-family:Fixedsys"><o:p> </o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<br>
<fieldset class="moz-mime-attachment-header"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a>
</pre>
</blockquote>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
</body>
</html>