<div dir="ltr">Dear QGIS community,<div><br></div><div>We recently released a number of sea-ice climate data records stored in netCDF/CF files.</div><div>An example file is <a href="https://thredds.met.no/thredds/catalog/osisaf/met.no/reprocessed/ice/drift_455m_files/merged/2020/12/catalog.html?dataset=osisaf/met.no/reprocessed/ice/drift_455m_files/merged/2020/12/ice_drift_nh_ease2-750_cdr-v1p0_24h-202012211200.nc" target="_blank">here</a>:</div><div><br></div><div>Our files use a polar equal area projection (EASE2) and the x / y axis values are given with units "km" (kilometers):</div><div><br></div><div>double xc(xc) ;<br>    xc:axis = "X" ;<br>    xc:units = "km" ;<br>    xc:long_name = "x coordinate of projection (eastings)" ;<br>    xc:standard_name = "projection_x_coordinate" ;<br>double yc(yc) ;<br>    yc:axis = "Y" ;<br>    yc:units = "km" ;<br>    yc:long_name = "y coordinate of projection (northings)" ;<br>    yc:standard_name = "projection_y_coordinate" <br></div><div><br></div><div>When opening these in QGIS, they are placed correctly on the map, but the message "Unkown CRS" appears in the lower-right corner.</div><div><br></div><div>By manipulating our files, we could get QGIS to recognize the correct CRS.</div><div><br></div><div>ncap2 -s 'xc=xc*1000f;yc=yc*1000f' <a href="http://infile.nc/" target="_blank">infile.nc</a> <a href="http://outfile.nc/" target="_blank">outfile.nc</a><br>ncatted -O -a units,xc,m,c,"m" <a href="http://outfile.nc/" target="_blank">outfile.nc</a><br>ncatted -O -a units,yc,m,c,"m" <a href="http://outfile.nc/" target="_blank">outfile.nc</a><br clear="all"><div><br></div><div>The NCO commands above change the x / y axis variables to units "m" (meters).</div><div><br></div><div>The <a href="http://cfconventions.org/Data/cf-conventions/cf-conventions-1.10/cf-conventions.html" target="_blank">CF convention</a> does not impose that x / y axis variables are given with unit meters, and shows several examples using units "km". But this is apparently an issue for QGIS.</div><div><br></div><div>Can someone please confirm that QGIS requires "meters" for these variables, and comment if this is a desired feature or if I should open a bug report at github?</div><div><br></div><div>All the best,</div><div>Thomas</div></div></div>