Hello.
Why via GDAL library (C# .net wrapper) som GeoTIFF tags not right?
For example, I know, that it's right: GeogCitationGeoKey (Ascii,6): "WGS84"
But GDAL result is: GeogCitationGeoKey (Ascii,7): "WGS 84"
(with space)
My code is:
oSrs.SetProjCS("WGS_1984 / UTM zone 36N");
oSrs.SetWellKnownGeogCS("WGS84");
oSrs.SetUTM(36, 1);
string wkt;
oSrs.ExportToWkt(out wkt);
s.SetProjection(wkt);
See you, Pavel
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev