NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

When I make contours layer (with gdal_contour) for my area (near 60°N), the result is quite messy and not usable. See the image below for an example. Can I fix this, and how?

Sorry that this question does not relate to OSM directly, but such artifats are visible on most OSM tiles that use SRTM data, such as CycleMap.

alt text

asked 19 Apr '14, 21:44

Zverik's gravatar image

Zverik
61331016
accept rate: 10%

closed 21 Apr '14, 21:10

The question has been closed for the following reason "The question is answered, right answer was accepted" by Zverik 21 Apr '14, 21:10


Looks like this area is rather flat. A few things can help:

Render the contour lines with a less proeminent style: lighter, thinner. Contour lines are arbitrary and artificial, so they will look strange if they are as visible as the other map features.

Decrease resolution of the DEM raster, or smooth them with a median filter 3x3 or 5x5 (very useful for Aster). You loose accuracy, but the map is more readable.

Smooth the contour lines with Bezier curves (mapnik smooth parameter).

permanent link

answered 20 Apr '14, 07:33

yvecai's gravatar image

yvecai
1.5k1226
accept rate: 9%

Solved this by downloading GMTED2010 dataset and applying "Grid → Gaussian Filter" with SAGA (radius 2). Applying "Simple Filter" with radius 8 on SRTM also worked, though GMTED has better coverage in northern regions.

permanent link

answered 21 Apr '14, 21:08

Zverik's gravatar image

Zverik
61331016
accept rate: 10%

edited 21 Apr '14, 21:09

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×25
×10

question asked: 19 Apr '14, 21:44

question was seen: 3,372 times

last updated: 21 Apr '14, 21:10

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum