Dear all,<br><br>Recently I&#39;ve started working with the python bindings of gdal on my windows XP box at work. I have managed to install them and they work like a charm, except one thing. I have bee trying to generate some maps in different formats. I have tried Ascii/Arc grids, Geotiff, erdas imagine, with gdal.CreateCopy. it all works, but not when I use NetCDF. In fact the whole driver is not loaded when I use the commands listed below.<br>
<br>import gdal<br>from gdalconst import *<br>gdal.AllRegister()<br>a = gdal.GetDriverByName(&#39;NetCDF&#39;)<br><br>I have a Mac os x box at home. There, NetCDF works perfectly!!<br><br>Does anyone know how to let the python bindings know that it should work with the NetCDF driver as well? I have netcdf4-python installed by the way.<br>
<br>Hope anyone can help out. It is quite important that this works.<br><br>Cheers<br>Hessel<br>