Andreas, There are no vector drivers for hdf and nc. take a look here http://www.gdal.org/ogr/ogr_formats.html
As an alternative to gdal_grid you can use GMT's blockmean, blockmedian, or blockmode. then use GMT's surface http://www.soest.hawaii.edu/gmt5/ On Wed, 2011-12-14 at 15:03 +0100, Andreas H. wrote: > Hi again, > > another question which shows I'm just starting to see if GDAL can actually > make my life easier :) > > I'm working with atmospheric trace gas profiles, so one data"point" > consists of latitude, longitude (point or polygon, whichever is easier) > and many vertical layers, say 60 floating point values. I ultimately want > to create a global 1°x1° grid where all data"points" are put into and > averaged. > > While I can see that gdal_grid will probably do the job, I cannot see a) > how exactly and, more importantly, b) in which format I should prepare the > input files. I'm preparing the data with some home-grown Python scripts, > and I'm quite familiar with HDF and NC formats ... > > Thanks for your insight! > Andreas. > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
