How to find intersection polygons in single layer on QGIS version 3.4.2?












2














enter image description here



I have polygons intersection in single layer. I want polygon in yellow frame and use polygon intersection to calculate area , how to do this?










share|improve this question
























  • 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
















2














enter image description here



I have polygons intersection in single layer. I want polygon in yellow frame and use polygon intersection to calculate area , how to do this?










share|improve this question
























  • 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














2












2








2







enter image description here



I have polygons intersection in single layer. I want polygon in yellow frame and use polygon intersection to calculate area , how to do this?










share|improve this question















enter image description here



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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










1 Answer
1






active

oldest

votes


















3














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:



enter image description here



Input file:



enter image description here



Using the tool:



enter image description here



After running the tool:



enter image description here



Then you can calculate the area.



I am using QGIS 3.4.2






share|improve this answer





















  • 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











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
});


}
});














draft saved

draft discarded


















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









3














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:



enter image description here



Input file:



enter image description here



Using the tool:



enter image description here



After running the tool:



enter image description here



Then you can calculate the area.



I am using QGIS 3.4.2






share|improve this answer





















  • 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
















3














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:



enter image description here



Input file:



enter image description here



Using the tool:



enter image description here



After running the tool:



enter image description here



Then you can calculate the area.



I am using QGIS 3.4.2






share|improve this answer





















  • 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














3












3








3






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:



enter image description here



Input file:



enter image description here



Using the tool:



enter image description here



After running the tool:



enter image description here



Then you can calculate the area.



I am using QGIS 3.4.2






share|improve this answer












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:



enter image description here



Input file:



enter image description here



Using the tool:



enter image description here



After running the tool:



enter image description here



Then you can calculate the area.



I am using QGIS 3.4.2







share|improve this answer












share|improve this answer



share|improve this answer










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


















  • 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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]