Simplify polygon QGIS [duplicate]
up vote
3
down vote
favorite
This question already has an answer here:
Smoothing/generalizing polygon in QGIS?
5 answers
I have a layer of polygons that are pretty detailed.
I need these to be more simple.
Is there a way to make this into a polygon with just the outer boundries?
qgis polygon
marked as duplicate by Fezter♦ 6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
up vote
3
down vote
favorite
This question already has an answer here:
Smoothing/generalizing polygon in QGIS?
5 answers
I have a layer of polygons that are pretty detailed.
I need these to be more simple.
Is there a way to make this into a polygon with just the outer boundries?
qgis polygon
marked as duplicate by Fezter♦ 6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
This question already has an answer here:
Smoothing/generalizing polygon in QGIS?
5 answers
I have a layer of polygons that are pretty detailed.
I need these to be more simple.
Is there a way to make this into a polygon with just the outer boundries?
qgis polygon
This question already has an answer here:
Smoothing/generalizing polygon in QGIS?
5 answers
I have a layer of polygons that are pretty detailed.
I need these to be more simple.
Is there a way to make this into a polygon with just the outer boundries?
This question already has an answer here:
Smoothing/generalizing polygon in QGIS?
5 answers
qgis polygon
qgis polygon
edited 13 hours ago
Vince
14.3k32646
14.3k32646
asked 15 hours ago
Tobbe
308210
308210
marked as duplicate by Fezter♦ 6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Fezter♦ 6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
If you're willing to lose some detail in the outer boundary, you can use the buffer tool as follows:
Measure the widest gap that you want to eliminate. Buffer the polygon by slightly more than 1/2 of that value.
Eg, if the widest gap is 1 km, buffer the polygon by 0.51 km.
Buffer the result of step one with a negative value of the same magnitude.
Eg, if the first buffer had a radius of 0.51 km, buffer it by -0.51 km.
Now you should have a polygon without the internal gaps, and with a simplified version of the original outer boundary.
Genius!! Exactly what i wanted 😀. Thank you soo much
– Tobbe
12 hours ago
add a comment |
up vote
1
down vote
Couple ways of doing this:
In the Advanced Digitizing Toolbar you can use the Delete Ring option and manually remove all the gaps.
You can use the v.clean function in the Processing Toolbox which will fill in all the gaps as new polygon features, then you can use Dissolve to merge them all together. Bear in mind I haven't used v.clean before so I don't know what affect it will have on attributes.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
If you're willing to lose some detail in the outer boundary, you can use the buffer tool as follows:
Measure the widest gap that you want to eliminate. Buffer the polygon by slightly more than 1/2 of that value.
Eg, if the widest gap is 1 km, buffer the polygon by 0.51 km.
Buffer the result of step one with a negative value of the same magnitude.
Eg, if the first buffer had a radius of 0.51 km, buffer it by -0.51 km.
Now you should have a polygon without the internal gaps, and with a simplified version of the original outer boundary.
Genius!! Exactly what i wanted 😀. Thank you soo much
– Tobbe
12 hours ago
add a comment |
up vote
2
down vote
accepted
If you're willing to lose some detail in the outer boundary, you can use the buffer tool as follows:
Measure the widest gap that you want to eliminate. Buffer the polygon by slightly more than 1/2 of that value.
Eg, if the widest gap is 1 km, buffer the polygon by 0.51 km.
Buffer the result of step one with a negative value of the same magnitude.
Eg, if the first buffer had a radius of 0.51 km, buffer it by -0.51 km.
Now you should have a polygon without the internal gaps, and with a simplified version of the original outer boundary.
Genius!! Exactly what i wanted 😀. Thank you soo much
– Tobbe
12 hours ago
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
If you're willing to lose some detail in the outer boundary, you can use the buffer tool as follows:
Measure the widest gap that you want to eliminate. Buffer the polygon by slightly more than 1/2 of that value.
Eg, if the widest gap is 1 km, buffer the polygon by 0.51 km.
Buffer the result of step one with a negative value of the same magnitude.
Eg, if the first buffer had a radius of 0.51 km, buffer it by -0.51 km.
Now you should have a polygon without the internal gaps, and with a simplified version of the original outer boundary.
If you're willing to lose some detail in the outer boundary, you can use the buffer tool as follows:
Measure the widest gap that you want to eliminate. Buffer the polygon by slightly more than 1/2 of that value.
Eg, if the widest gap is 1 km, buffer the polygon by 0.51 km.
Buffer the result of step one with a negative value of the same magnitude.
Eg, if the first buffer had a radius of 0.51 km, buffer it by -0.51 km.
Now you should have a polygon without the internal gaps, and with a simplified version of the original outer boundary.
answered 12 hours ago
csk
6,600733
6,600733
Genius!! Exactly what i wanted 😀. Thank you soo much
– Tobbe
12 hours ago
add a comment |
Genius!! Exactly what i wanted 😀. Thank you soo much
– Tobbe
12 hours ago
Genius!! Exactly what i wanted 😀. Thank you soo much
– Tobbe
12 hours ago
Genius!! Exactly what i wanted 😀. Thank you soo much
– Tobbe
12 hours ago
add a comment |
up vote
1
down vote
Couple ways of doing this:
In the Advanced Digitizing Toolbar you can use the Delete Ring option and manually remove all the gaps.
You can use the v.clean function in the Processing Toolbox which will fill in all the gaps as new polygon features, then you can use Dissolve to merge them all together. Bear in mind I haven't used v.clean before so I don't know what affect it will have on attributes.
add a comment |
up vote
1
down vote
Couple ways of doing this:
In the Advanced Digitizing Toolbar you can use the Delete Ring option and manually remove all the gaps.
You can use the v.clean function in the Processing Toolbox which will fill in all the gaps as new polygon features, then you can use Dissolve to merge them all together. Bear in mind I haven't used v.clean before so I don't know what affect it will have on attributes.
add a comment |
up vote
1
down vote
up vote
1
down vote
Couple ways of doing this:
In the Advanced Digitizing Toolbar you can use the Delete Ring option and manually remove all the gaps.
You can use the v.clean function in the Processing Toolbox which will fill in all the gaps as new polygon features, then you can use Dissolve to merge them all together. Bear in mind I haven't used v.clean before so I don't know what affect it will have on attributes.
Couple ways of doing this:
In the Advanced Digitizing Toolbar you can use the Delete Ring option and manually remove all the gaps.
You can use the v.clean function in the Processing Toolbox which will fill in all the gaps as new polygon features, then you can use Dissolve to merge them all together. Bear in mind I haven't used v.clean before so I don't know what affect it will have on attributes.
answered 14 hours ago
TeddyTedTed
47819
47819
add a comment |
add a comment |