How to produce a map like this from contours?

2389
2
09-24-2012 09:04 AM
KostasKydonakis
New Contributor
Hi all,

I have a .shp file with the bathymetric contours. How can I produce a result like the one in the attached image? (i.e. color-filled space between contours).

Apologies in case the same question is already answered here. If yes, I wasn't able to find it.

Thanks.[ATTACH=CONFIG]17924[/ATTACH]
0 Kudos
2 Replies
MichaelLohr
Occasional Contributor II
If your contour SHP file is arc (line) based and not polygon based, you won't be able to shade the area between the contours directly. If you have a polygon based SHP file and have an attribute field that labels the elevation range between contour lines, then it is a matter of symbolizing the layer based on the contents of the elevation range field, and assigning one of the color ramps available.

Some raw contour SHP files require considerable processing to be able to do the nice thematic shading. The other option is to create a raster based grid file or a TIN where each individual cell has an elevation assigned to it. This can be generated from a properly configured SHP file but may require one of the advanced extensions like Spatial Analyst or 3D Analyst.

Hope that helps some. I have wrestled with contours many times. Good luck.

Mike L
0 Kudos
KostasKydonakis
New Contributor
Mike,

Thank you for your reply. My .shp file is actually polyline so I guess that I have to wrestle with the TIN solution now but I feel that the final result will not be as smooth as the one I used as an example. In any case I will try.

Thanks
0 Kudos