Simplify polygon QGIS











up vote
3
down vote

favorite












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?



enter image description here










share|improve this question
























  • Possible duplicate of Smoothing/generalizing polygon in QGIS?
    – Dùn Caan
    11 mins ago















up vote
3
down vote

favorite












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?



enter image description here










share|improve this question
























  • Possible duplicate of Smoothing/generalizing polygon in QGIS?
    – Dùn Caan
    11 mins ago













up vote
3
down vote

favorite









up vote
3
down vote

favorite











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?



enter image description here










share|improve this question















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?



enter image description here







qgis polygon






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 6 hours ago









Vince

14.3k32646




14.3k32646










asked 8 hours ago









Tobbe

308210




308210












  • Possible duplicate of Smoothing/generalizing polygon in QGIS?
    – Dùn Caan
    11 mins ago


















  • Possible duplicate of Smoothing/generalizing polygon in QGIS?
    – Dùn Caan
    11 mins ago
















Possible duplicate of Smoothing/generalizing polygon in QGIS?
– Dùn Caan
11 mins ago




Possible duplicate of Smoothing/generalizing polygon in QGIS?
– Dùn Caan
11 mins ago










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:





  1. 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.



  2. 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.






share|improve this answer





















  • Genius!! Exactly what i wanted 😀. Thank you soo much
    – Tobbe
    5 hours ago


















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.






share|improve this answer





















    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',
    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%2f305853%2fsimplify-polygon-qgis%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    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:





    1. 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.



    2. 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.






    share|improve this answer





















    • Genius!! Exactly what i wanted 😀. Thank you soo much
      – Tobbe
      5 hours ago















    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:





    1. 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.



    2. 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.






    share|improve this answer





















    • Genius!! Exactly what i wanted 😀. Thank you soo much
      – Tobbe
      5 hours ago













    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:





    1. 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.



    2. 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.






    share|improve this answer












    If you're willing to lose some detail in the outer boundary, you can use the buffer tool as follows:





    1. 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.



    2. 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.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 6 hours ago









    csk

    6,600733




    6,600733












    • Genius!! Exactly what i wanted 😀. Thank you soo much
      – Tobbe
      5 hours ago


















    • Genius!! Exactly what i wanted 😀. Thank you soo much
      – Tobbe
      5 hours ago
















    Genius!! Exactly what i wanted 😀. Thank you soo much
    – Tobbe
    5 hours ago




    Genius!! Exactly what i wanted 😀. Thank you soo much
    – Tobbe
    5 hours ago












    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.






    share|improve this answer

























      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.






      share|improve this answer























        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.






        share|improve this answer












        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 8 hours ago









        TeddyTedTed

        47819




        47819






























            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%2f305853%2fsimplify-polygon-qgis%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

            Trompette piccolo

            Slow SSRS Report in dynamic grouping and multiple parameters

            Simon Yates (cyclisme)