Dear Users,
I need to remove isles (of different dimensions, no possibility to use
v.clean tools=rmarea) from a vector map....
there is a way to do this automatically???
thank you very much...
ivan
--
ivan marchesini <marchesini@unipg.it>
Dear Users,
I need to remove isles (of different dimensions, no possibility to use
v.clean tools=rmarea) from a vector map....
there is a way to do this automatically???
thank you very much...
ivan
--
ivan marchesini <marchesini@unipg.it>
I need to remove isles (of different dimensions, no possibility to use
v.clean tools=rmarea) from a vector map....
there is a way to do this automatically???
GRASS 5.7:
v.extract list=1-9999999
to remove islands within polygons.
(only greater polygons will have a category number)
also useful:
v.extract -d
to remove interior dangles.
Hamish