But what this technique does offer is the ability to generate contours at a different interval than a USGS quadrangle map. For the Chattahoochee Bend map, I need countours at a 3 meter interval. The USGS quad has 20 foot contours. The object is to take the DEM, run it through some utility programs, and generate contours at a 3 meter interval that I can use a a crude base map.
Every contour must be redrawn during field checking to more accurately match the terrain, but there is an advantage to having contours at the correct interval to start from.
So I got a DEM of the area, for free, from the Georgia GIS Data Clearinghouse. This came in NAD27, which is what I was using with the DOQQ and NAIP photographs, so my OCAD map is already using those coordinates. If I were using some other coordinate wywtem I would have to convert so hat all my data sources are on the same page of the hymnal.
I use the GDAL utilities to do coordinate transformations and to generate the contours. These are command-line programs that are available for almost every operating system. I'm using a mac - not that it matters. The program to generate contours from a DEM is gdal_contour. The command looks like this:
gdal_contour -a contour -i 3 e3384d8.dem whitesburg.shp
The default output is a shape file. Unfortunately, the GDAL utilities don't seem to be able to generate DXF files, which is what OCAD needs. So I had to find a program on the net to do the conversion. I used Arcv2cad, which had a demo version. The dxf file is then imported into OCAD and the contours converted to a symbol. I actually copied the contour symbol and changed the color to gray.
So how does the output look? And how does it compare to the USGS quad contours? Here's an excerpt of the map:
[caption id="attachment_26" align="alignnone" width="341" caption="USGS contours and DEM contours"]
The USGS contours are in brown, and are at a 20 foot interval. The DEM contours are in gray at a 3 meter interval. So there should be about twice as many DEM contours. Note also that the DEM contours are points connected by straight line segements, and the USGS contours, which are taken from the DRG, are smooth lines.
This excerpt is about 850 meters east to west and 600 meters north to south, so you can see that there is not a lot of elevation chage on this map.
So is this useful? I would like to have both in the field, so that I can contrast and compare. The DEM gives me a clue where the extra contour line should go.
This would not be useful in a map with relief detail that could be obtained with photogrammetry. Photogrammetry would be a vast improvement when there is more relief and there is detail to be discovered. But this is such a "gentle" area that the photogrammetry is not going to reveal much, and comprehensive field checking is needed anyway. It is during the field checking that the detail will be added and the contours smoothed.