How to find intersection polygons in single layer on QGIS version 3.4.2?
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
add a comment |
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
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
Dec 12 '18 at 1:59
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
Dec 12 '18 at 2:02
add a comment |
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
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
edited Dec 12 '18 at 2:09
ahmadhanb
21.7k31951
21.7k31951
asked Dec 12 '18 at 1:53
p wat
133
133
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
Dec 12 '18 at 1:59
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
Dec 12 '18 at 2:02
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
Dec 12 '18 at 1:59
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
Dec 12 '18 at 2:02
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
Dec 12 '18 at 1:59
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
Dec 12 '18 at 1:59
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
Dec 12 '18 at 2:02
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
Dec 12 '18 at 2:02
add a comment |
1 Answer
1
active
oldest
votes
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
Dec 12 '18 at 2:19
@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
Dec 12 '18 at 2:27
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
Dec 12 '18 at 2:30
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
Dec 12 '18 at 2:35
thank you very much
– p wat
Dec 12 '18 at 7:27
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
Dec 12 '18 at 2:19
@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
Dec 12 '18 at 2:27
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
Dec 12 '18 at 2:30
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
Dec 12 '18 at 2:35
thank you very much
– p wat
Dec 12 '18 at 7:27
add a comment |
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
Dec 12 '18 at 2:19
@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
Dec 12 '18 at 2:27
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
Dec 12 '18 at 2:30
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
Dec 12 '18 at 2:35
thank you very much
– p wat
Dec 12 '18 at 7:27
add a comment |
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 Dec 12 '18 at 2:07
ahmadhanb
21.7k31951
21.7k31951
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
Dec 12 '18 at 2:19
@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
Dec 12 '18 at 2:27
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
Dec 12 '18 at 2:30
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
Dec 12 '18 at 2:35
thank you very much
– p wat
Dec 12 '18 at 7:27
add a comment |
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
Dec 12 '18 at 2:19
@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
Dec 12 '18 at 2:27
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
Dec 12 '18 at 2:30
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
Dec 12 '18 at 2:35
thank you very much
– p wat
Dec 12 '18 at 7:27
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
Dec 12 '18 at 2:19
thank you. it work fine. If I want to show polygon intersection specifically. How to do ?
– p wat
Dec 12 '18 at 2:19
@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
Dec 12 '18 at 2:27
@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
Dec 12 '18 at 2:27
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
Dec 12 '18 at 2:30
thank you. after I use self-intersection value in attribute of intersection is null how to fix this?
– p wat
Dec 12 '18 at 2:30
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
Dec 12 '18 at 2:35
@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
Dec 12 '18 at 2:35
thank you very much
– p wat
Dec 12 '18 at 7:27
thank you very much
– p wat
Dec 12 '18 at 7:27
add a comment |
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
Dec 12 '18 at 1:59
@MichaelStimson Thank you but I want Intersection polygon to calculate area intersection, you have any solution?
– p wat
Dec 12 '18 at 2:02