<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<p>Hi all, <br>
</p>
<p>I have a NetCDF file with a rotated grid that I try to manipulate with GDAL (master build GDAL 3.1.0dev-c6bff27467, released 2020/04/14) and open in QGIS (nightly build) and it looks like the rotated grid is not recognized or supported:
<br>
</p>
<p><font size="-1" color="#000080">ERROR 1: Only OGC WKT GEOGCS and PROJCS Projections supported for writing to NetCDF.  GEOGCRS["unnamed",BASEGEOGCRS["unknown",DATUM["unknown",ELLIPSOID["unknown",6371229,0,LENGTHUNIT["metre",1,ID["EPSG",9001]]]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8901]]],DERIVINGCONVERSION["unknown",METHOD["PROJ
 ob_tran o_proj=longlat"],PARAMETER["o_lon_p",0,ANGLEUNIT["degree",0.0174532925199433,ID["EPSG",9122]]],PARAMETER["o_lat_p",31.758312,ANGLEUNIT["degree",0.0174532925199433,ID["EPSG",9122]]],PARAMETER["lon_0",-92.402969,ANGLEUNIT["degree",0.0174532925199433,ID["EPSG",9122]]]],CS[ellipsoidal,2],AXIS["longitude",east,ORDER[1],ANGLEUNIT["degree",0.0174532925199433,ID["EPSG",9122]]],AXIS["latitude",north,ORDER[2],ANGLEUNIT["degree",0.0174532925199433,ID["EPSG",9122]]]]
 not supported.</font><br>
</p>
<p>I also tried converting a valid GRIB2 file with a rotated grid to a NetCDF and got the same error. Note that the GRIB2 file is correctly read and opened in QGIS and with GDAL.
<br>
</p>
<p>Here is the proj4 definition of the GRIB2 projection: "<font color="#000080"><span style=" font-family:'Courier New';
          font-size:8pt;">+proj=ob_tran +o_proj=longlat +o_lon_p=-0 +o_lat_p=31.758312 +lon_0=-92.402969 +R=6371229 +no_defs +type=crs</span></font>"<br>
</p>
<p>Is this a known issue (or expected), or should the rotated grid be supported with in NetCDF ?</p>
<p>Thanks</p>
<p>LP<br>
</p>
</body>
</html>