<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi all,</div><br>I would like to start a discussion with those interested about fixing various issues in the NetCDF driver.<br><br>As it stands, it is not fully CF-1.0 compliant, and produces geographical grids that are not valid for other software.<br>Also, the infamous "up-side down" problem has been addressed for importing netcdfs, but needs to be addressed for exporting.<br><br>Related ticket: http://trac.osgeo.org/gdal/ticket/2129<br>I have been submitting patches for some time to fix the related issues.<br><br>I have identified a number of issues, of which the following have been fixed partially in my proposed patch.<br><br>1- conform to the cf-1.0 standard for geographical grids (creating lat and lon dimensions and variables)<br>2- make netcdf grids "bottom-up" by default, as all software out there uses that
 convention<br>3- fix problems related to floating-point / string conversions (also reported in issue #4200 )<br>4- fix metadata handling and duplication (as reported in issue #4204), and keep band (variable) metadata outside of the global metadata<br><br>Pending issues:<br><br>5- how to deal with netcdfs which have no datum? Can we assume WGS84?<br>&nbsp;&nbsp;&nbsp;&nbsp;
These files are extremely common, and CF-1.0 has provisions for identifying the key variables, but no Proj/Wkt codes. <br>6- fix proper export of projected CRS (this is not fully necessary though) with lat/lon values respecting CF-1.0<br>7- handle time axis properly (at least when creating a netcdf) - that would be great for import/export of netcdf<br><br>Regards,<br>Etienne<br></div></body></html>