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?



enter image description here










share|improve this 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.



















    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?



    enter image description here










    share|improve this 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.

















      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?



      enter image description here










      share|improve this question
















      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?



      enter image description here





      This question already has an answer here:




      • Smoothing/generalizing polygon in QGIS?

        5 answers








      qgis polygon






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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.
























          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
            12 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




























            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
              12 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
              12 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 12 hours ago









            csk

            6,600733




            6,600733












            • 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




            Genius!! Exactly what i wanted 😀. Thank you soo much
            – Tobbe
            12 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 14 hours ago









                TeddyTedTed

                47819




                47819















                    Popular posts from this blog

                    Morgemoulin

                    Scott Moir

                    Souastre