Tagged Questions
6
votes
1answer
197 views
Generalize large polygon-file
I have a large polygone file with landuse information (6 classes). Its vectorised from a raster classification so the polygons are all angular. Any of my tries to generalize with v.generalize (sneaks, ...
5
votes
2answers
638 views
How to smooth large vector polygons from Raster
I have a landuse classification raster file (6 classes) of a large area. But I need it in vector polygons so I vectorised it. No problem so far, but the result is - of course - that every pixel is ...
4
votes
4answers
416 views
How to generalize and vectorize a LandUseClassification raster file?
I want to vectorize that rasterfile with its 6 landuse classes. The classification is very noisy and have to be generalized before.
The result should be a polygone vector file.
I use SAGA, (GRASS) ...
2
votes
2answers
128 views
River drain: r.watershed to vector is not working
I want to vertorize the result of r.watershed (accumulation). After using r.to.vect I got the message that I have to use r.thin before. So I did, but the message comes again and again.
What I am ...
2
votes
2answers
657 views
How to vectorize a Raster-Classification? (qgis, grass)
I classified my raster-DHM into elevation levels using colormap. Its not a "real" classification, just a colormap. So I cant vectorize the classes to get polygones for every class.
Whats the best ...