editing of the GeoTiff header
Hi all,
there is another possibility for the seamless ned sources in GeoTiff format. The lat/lon projection with the datum NAD83 doesn’t need data transformation to the lat/lon projection with the datum WGS84, because these both are identical for FS. The only obstacle is that the FSX SDK resampler doesn’t accept the meta info from the geotiff header about the datum NAD83. There is simple tool for editing of the GeoTiff header, the program ListGeo, available with the win GUI from
ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/listgeo_GUI.zip
In the metadata .gtf file there is necessary to change the NAD83 section (from the Keyed information to the prime meridian) with the WGS section, borrowed from the SRTM GeoTiff:
Geotiff_Information:
Version: 1
Key_Revision: 1.0
Tagged_Information:
ModelTiepointTag (2,3):
0 0 0
-100.250093 40.2500926 0
ModelPixelScaleTag (1,3):
9.25925926e-005 9.25925926e-005 0
End_Of_Tags.
Keyed_Information:
GTModelTypeGeoKey (Short,1): ModelTypeGeographic
GTRasterTypeGeoKey (Short,1): RasterPixelIsArea
GTCitationGeoKey (Ascii,218): "IMAGINE GeoTIFF Support\nCopyright 1991 - 2001 by ERDAS, Inc. All Rights Reserved\n@(#)$RCSfile: egtf.c $ $Revision: 1.9.2.9 $ $Date: 2002/10/28 15:14:13EST $\nProjection Name = GCS_WGS_1984\nUnits = dd\nGeoTIFF Units = dd"
GeographicTypeGeoKey (Short,1): GCS_WGS_84
GeogAngularUnitsGeoKey (Short,1): Angular_Degree
End_Of_Keys.
End_Of_Geotiff.
GCS: 4326/WGS 84
Datum: 6326/World Geodetic System 1984
Ellipsoid: 7030/WGS 84 (6378137.00,6356752.31)
Prime Meridian: 8901/Greenwich (0.000000/ 0d 0' 0.00"E)
Corner Coordinates:
Upper Left (100d15' 0.33"W, 40d15' 0.33"N)
Lower Left (100d15' 0.33"W, 40d 0' 0.00"N)
Upper Right (100d 0' 0.00"W, 40d15' 0.33"N)
Lower Right (100d 0' 0.00"W, 40d 0' 0.00"N)
Center (100d 7'30.17"W, 40d 7'30.17"N)
The modified ned geotiff is acceptable for FSX resampler, but this issue is very academic, because the resulted bgl is the same quality as from the bil format
Cheers
Vlada Stoje