<div><font><font face="courier new,monospace">What version are you using?  I seem to remember something like this in a ticket I filed.  I thought it was fixed in 1.9.1.<br></font></font></div><div><font><font face="courier new,monospace"><br>

</font></font></div><div><font><font face="courier new,monospace">kss<br></font></font></div><br><div class="gmail_quote">On Tue, Aug 7, 2012 at 5:38 AM, Etienne Tourigny <span dir="ltr"><<a href="mailto:etourigny.dev@gmail.com" target="_blank">etourigny.dev@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
km units are supposed to work...<br>
<br>
Here is the code where "km" units are detected, which set the WKT<br>
units to 1000m.<br>
<br>
            /* add units to PROJCS */<br>
            if ( pszUnits != NULL && ! EQUAL(pszUnits,"") ) {<br>
                if ( EQUAL(pszUnits,"m") ) {<br>
                    oSRS.SetLinearUnits( CF_UNITS_M, 1.0 );<br>
                    oSRS.SetAuthority( "PROJCS|UNIT", "EPSG", 9001 );<br>
                }<br>
                else if ( EQUAL(pszUnits,"km") ) {<br>
                    oSRS.SetLinearUnits( CF_UNITS_M, 1000.0 );<br>
                    oSRS.SetAuthority( "PROJCS|UNIT", "EPSG", 9001 );<br>
                }<br>
<br>
What does the wkt actually look like?<br>
<br>
Also running gdalinfo --debug ON <<a href="http://file.nc" target="_blank">file.nc</a>> can give a few hints.<br>
<br>
It would be good for you to send me a link to the file or attach it to<br>
a bug report (add me as cc).<br>
<span class="HOEnZb"><font color="#888888"><br>
Etienne<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Tue, Aug 7, 2012 at 6:10 AM, Anton Korosov <<a href="mailto:anton.korosov@nersc.no">anton.korosov@nersc.no</a>> wrote:<br>
> Dear Etienne,<br>
><br>
> I faced the following problem with the NetCDF driver:<br>
> Units of the dimension variables are 'km' and values in the SRS are in<br>
> meters, of course (e.g. Earth radius). Hence the calculated GeoTransform is<br>
> 1000 times less than should be and the calculate latlons are incorrect.<br>
> However 'units' attribute is given, besides AFAIK CF-conventions allow to<br>
> have 'k' (kilo) preceding 'm' (meters) in the units.<br>
><br>
> Can you please give me a hint where to fix that in the driver so that it can<br>
> adequately interpret units of the dimensions?<br>
><br>
> With best regards!<br>
> Anton<br>
><br>
> _______________________________________________<br>
> gdal-dev mailing list<br>
> <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br>