[gdal-dev] Not right recording of some GeoTIFF tags
Even Rouault
even.rouault at mines-paris.org
Mon Jun 18 02:35:50 PDT 2012
Selon Pavel Rudchenko <tigerpvr at gmail.com>:
> 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"
What makes you believe that WGS84 is better than "WGS 84" ? I checked quickly in
the goetiff spec and could not find anything that normalizes the content of
GeogCitationGeoKey. It seems that citations geokeys can contain rather arbitrary
stuff. Perhaps I've missed something ?
More information about the gdal-dev
mailing list