How to find intersection polygons in single layer on QGIS version 3.4.2?
up vote
1
down vote
favorite
I have polygons intersection in single layer. I want polygon in yellow frame and use polygon intersection to calculate area , how to do this?
polygon qgis-3.0 intersection
New contributor
add a comment |
up vote
1
down vote
favorite
I have polygons intersection in single layer. I want polygon in yellow frame and use polygon intersection to calculate area , how to do this?
polygon qgis-3.0 intersection
New contributor
Have a read of docs.qgis.org/2.18/en/docs/user_manual/plugins/… which will help you find overlapping polygons in the same layer, use the rule Must not overlap
– Michael Stimson
1 hour ago
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
1 hour ago
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have polygons intersection in single layer. I want polygon in yellow frame and use polygon intersection to calculate area , how to do this?
polygon qgis-3.0 intersection
New contributor
I have polygons intersection in single layer. I want polygon in yellow frame and use polygon intersection to calculate area , how to do this?
polygon qgis-3.0 intersection
polygon qgis-3.0 intersection
New contributor
New contributor
edited 1 hour ago
ahmadhanb
21.3k31951
21.3k31951
New contributor
asked 1 hour ago
p wat
83
83
New contributor
New contributor
Have a read of docs.qgis.org/2.18/en/docs/user_manual/plugins/… which will help you find overlapping polygons in the same layer, use the rule Must not overlap
– Michael Stimson
1 hour ago
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
1 hour ago
add a comment |
Have a read of docs.qgis.org/2.18/en/docs/user_manual/plugins/… which will help you find overlapping polygons in the same layer, use the rule Must not overlap
– Michael Stimson
1 hour ago
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
1 hour ago
Have a read of docs.qgis.org/2.18/en/docs/user_manual/plugins/… which will help you find overlapping polygons in the same layer, use the rule Must not overlap
– Michael Stimson
1 hour ago
Have a read of docs.qgis.org/2.18/en/docs/user_manual/plugins/… which will help you find overlapping polygons in the same layer, use the rule Must not overlap
– Michael Stimson
1 hour ago
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
1 hour ago
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
In the processing toolbox, there is a tool named Polygon self-intersection that can be used to extract the intersection polygon in the same layer:
Input file:
Using the tool:
After running the tool:
Then you can calculate the area.
I am using QGIS 3.4.2
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
1 hour ago
@pwat I am not sure how you can show the intersection, but the only thing that can come to my mind is to use the symbology. Go to Layer Properties -> Categorized -> Select ID column or Area column -> Classify your polygons based on ID or Area. You can delete unwanted classes in the style, if necessary
– ahmadhanb
1 hour ago
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
1 hour ago
1
@pwat What value? if it is area attribute, you should select the row, then select the area field from the drop-down list and write$area
and click on update selected. If this is not you question, then it is better to ask another question on another thread and make your question clear because you can only ask one question at a time.
– ahmadhanb
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
In the processing toolbox, there is a tool named Polygon self-intersection that can be used to extract the intersection polygon in the same layer:
Input file:
Using the tool:
After running the tool:
Then you can calculate the area.
I am using QGIS 3.4.2
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
1 hour ago
@pwat I am not sure how you can show the intersection, but the only thing that can come to my mind is to use the symbology. Go to Layer Properties -> Categorized -> Select ID column or Area column -> Classify your polygons based on ID or Area. You can delete unwanted classes in the style, if necessary
– ahmadhanb
1 hour ago
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
1 hour ago
1
@pwat What value? if it is area attribute, you should select the row, then select the area field from the drop-down list and write$area
and click on update selected. If this is not you question, then it is better to ask another question on another thread and make your question clear because you can only ask one question at a time.
– ahmadhanb
1 hour ago
add a comment |
up vote
3
down vote
accepted
In the processing toolbox, there is a tool named Polygon self-intersection that can be used to extract the intersection polygon in the same layer:
Input file:
Using the tool:
After running the tool:
Then you can calculate the area.
I am using QGIS 3.4.2
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
1 hour ago
@pwat I am not sure how you can show the intersection, but the only thing that can come to my mind is to use the symbology. Go to Layer Properties -> Categorized -> Select ID column or Area column -> Classify your polygons based on ID or Area. You can delete unwanted classes in the style, if necessary
– ahmadhanb
1 hour ago
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
1 hour ago
1
@pwat What value? if it is area attribute, you should select the row, then select the area field from the drop-down list and write$area
and click on update selected. If this is not you question, then it is better to ask another question on another thread and make your question clear because you can only ask one question at a time.
– ahmadhanb
1 hour ago
add a comment |
up vote
3
down vote
accepted
up vote
3
down vote
accepted
In the processing toolbox, there is a tool named Polygon self-intersection that can be used to extract the intersection polygon in the same layer:
Input file:
Using the tool:
After running the tool:
Then you can calculate the area.
I am using QGIS 3.4.2
In the processing toolbox, there is a tool named Polygon self-intersection that can be used to extract the intersection polygon in the same layer:
Input file:
Using the tool:
After running the tool:
Then you can calculate the area.
I am using QGIS 3.4.2
answered 1 hour ago
ahmadhanb
21.3k31951
21.3k31951
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
1 hour ago
@pwat I am not sure how you can show the intersection, but the only thing that can come to my mind is to use the symbology. Go to Layer Properties -> Categorized -> Select ID column or Area column -> Classify your polygons based on ID or Area. You can delete unwanted classes in the style, if necessary
– ahmadhanb
1 hour ago
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
1 hour ago
1
@pwat What value? if it is area attribute, you should select the row, then select the area field from the drop-down list and write$area
and click on update selected. If this is not you question, then it is better to ask another question on another thread and make your question clear because you can only ask one question at a time.
– ahmadhanb
1 hour ago
add a comment |
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
1 hour ago
@pwat I am not sure how you can show the intersection, but the only thing that can come to my mind is to use the symbology. Go to Layer Properties -> Categorized -> Select ID column or Area column -> Classify your polygons based on ID or Area. You can delete unwanted classes in the style, if necessary
– ahmadhanb
1 hour ago
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
1 hour ago
1
@pwat What value? if it is area attribute, you should select the row, then select the area field from the drop-down list and write$area
and click on update selected. If this is not you question, then it is better to ask another question on another thread and make your question clear because you can only ask one question at a time.
– ahmadhanb
1 hour ago
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
1 hour ago
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
1 hour ago
@pwat I am not sure how you can show the intersection, but the only thing that can come to my mind is to use the symbology. Go to Layer Properties -> Categorized -> Select ID column or Area column -> Classify your polygons based on ID or Area. You can delete unwanted classes in the style, if necessary
– ahmadhanb
1 hour ago
@pwat I am not sure how you can show the intersection, but the only thing that can come to my mind is to use the symbology. Go to Layer Properties -> Categorized -> Select ID column or Area column -> Classify your polygons based on ID or Area. You can delete unwanted classes in the style, if necessary
– ahmadhanb
1 hour ago
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
1 hour ago
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
1 hour ago
1
1
@pwat What value? if it is area attribute, you should select the row, then select the area field from the drop-down list and write
$area
and click on update selected. If this is not you question, then it is better to ask another question on another thread and make your question clear because you can only ask one question at a time.– ahmadhanb
1 hour ago
@pwat What value? if it is area attribute, you should select the row, then select the area field from the drop-down list and write
$area
and click on update selected. If this is not you question, then it is better to ask another question on another thread and make your question clear because you can only ask one question at a time.– ahmadhanb
1 hour ago
add a comment |
p wat is a new contributor. Be nice, and check out our Code of Conduct.
p wat is a new contributor. Be nice, and check out our Code of Conduct.
p wat is a new contributor. Be nice, and check out our Code of Conduct.
p wat is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f305775%2fhow-to-find-intersection-polygons-in-single-layer-on-qgis-version-3-4-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have a read of docs.qgis.org/2.18/en/docs/user_manual/plugins/… which will help you find overlapping polygons in the same layer, use the rule Must not overlap
– Michael Stimson
1 hour ago
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
1 hour ago