Le mardi 30 août 2011 21:28:11, Matt Funk a écrit : > Hi, > i have several satellite scenes which basically give me 3 vectors: > lat/lon/data which is on an irregular. I would like to interpolate those > onto a regular grid. I found that GDALGridCreate would meet my need > except that i am developing in python, but it appears the bindings for > it don't exist (unless i am mistaken). > So my question is whether someone knows of an alternative route to > accomplish this or whether i am possible wrong in that i cannot use > GDALGridCreate in python?
Yes, you cannot use GDALGridCreate() in python. It has only been mapped to Java bindings for now. You can as a workaround for a process with the gdal_grid utility. > > thanks > matt > > _______________________________________________ > 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
