Kishore,
Here is a process you could try:
1) Prepare an output GDAL file for gdal_rasterize.
You can take care inspiration of
http://trac.osgeo.org/gdal/wiki/FAQRaster#HowcanIcreateablankrasterbasedonavectorfilesextentsforusewithgdal_rasterizeGDAL1.8.0
Modify it to create 1 band (instead of 4)
Folks,
Small note to advertize I've just added in trunk the capability of creating
the output file of gdal_rasterize from the utility itself. See
http://trac.osgeo.org/gdal/ticket/3505 for details.
Best regards,
Even
___
gdal-dev mailing list
gdal-de
Hi everyone,
I am planing to use gdaldem to create relief shaded maps. But the
problem is gdaldem takes only DEM files as input. Unfortunately I have
contour lines (in the form of Shape files). So is there any way
(command line) to convert these shape files into DEM files?
--
Kishore