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 <[email protected]> > 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 contours by interpolation with > gdal_fillnodata.py. > > Best regards, > -- > > ---------------------------------------+-------------------------------------- > I set the clouds in motion - turn up | Frank Warmerdam, > [email protected] > light and sound - activate the windows | > http://pobox.com/~warmerdam<http://pobox.com/%7Ewarmerdam> > and watch the world go round - Rush | Geospatial Programmer for Rent > >
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
