Dear all,

Recently I'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.

import gdal
from gdalconst import *
gdal.AllRegister()
a = gdal.GetDriverByName('NetCDF')

I have a Mac os x box at home. There, NetCDF works perfectly!!

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.

Hope anyone can help out. It is quite important that this works.

Cheers
Hessel
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to