Re: [gdal-dev] simplifying height contours

2014-04-16 Thread Vincent Mora
On 16/04/2014 14:34, Even Rouault wrote: Le mercredi 16 avril 2014 12:46:45, Vincent Mora a écrit : Hi, I have a vector file with height contours and I need to simplify the lines (too many points). Isolevel lines must not intersect, so simplifying the vector directly is a bit tedious (involves

Re: [gdal-dev] simplifying height contours

2014-04-16 Thread Even Rouault
Le mercredi 16 avril 2014 12:46:45, Vincent Mora a écrit : > Hi, > > I have a vector file with height contours and I need to simplify the > lines (too many points). > > Isolevel lines must not intersect, so simplifying the vector directly is > a bit tedious (involves collision detection of lines

[gdal-dev] simplifying height contours

2014-04-16 Thread Vincent Mora
Hi, I have a vector file with height contours and I need to simplify the lines (too many points). Isolevel lines must not intersect, so simplifying the vector directly is a bit tedious (involves collision detection of lines to constrain simplification). If I had the DEM, I could reduce the