Re: [gdal-dev] gdal_grid from contour

2010-09-17 Thread Frank Warmerdam
ahmet temiz wrote: thank you I am sorry but I am not clear. how shall we integrate elevation data if we burn vectors to all nodata ? Ahmet, You need to create a blank file for the study area - with all pixels set to a nodata value. Then you burn the contours in with gdal_rasterize. The pix

Re: [gdal-dev] gdal_grid from contour

2010-09-17 Thread ahmet temiz
thank you I am sorry but I am not clear. how shall we integrate elevation data if we burn vectors to all nodata ? regards 2010/9/17 Frank Warmerdam > ahmet temiz wrote: > >> hello >> >> Does gdal_grid have a capability of generating dem from elevation contour >> lines ? >> >> > Ahmet, > > The

Re: [gdal-dev] gdal_grid from contour

2010-09-17 Thread Frank Warmerdam
ahmet temiz wrote: hello Does gdal_grid have a capability of generating dem from elevation contour lines ? Ahmet, The normal way of generating a DEM from contour lines with GDAL is to burn the contours into a blank (all nodata) file with gdal_rasterize and then to fill in the areas between

[gdal-dev] gdal_grid from contour

2010-09-17 Thread ahmet temiz
hello Does gdal_grid have a capability of generating dem from elevation contour lines ? regards ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev