QGIS - How to correct the geometry of overlapping polygons in the same layer

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 24

  • @jakubfuska244
    @jakubfuska244 2 ปีที่แล้ว +1

    guys, i love you!!! If i have seen this video in the past, my projects would be lotta easier :) thanx!!!

    • @WebStoryMap
      @WebStoryMap  2 ปีที่แล้ว

      Thank you and good work!!!!

  • @gnanzoujeancharleskakou2986
    @gnanzoujeancharleskakou2986 2 ปีที่แล้ว +1

    Merci pour cette vidéo un bon travail.Pouvez -vous nous montrer aussi comment détecter et corriger la géométrie des polygones qui se chevauchent dans des couches différentes

  • @HDcame
    @HDcame 5 หลายเดือนก่อน

    Is it possible to offset only overlapping lines? For example buslines, which have similar routes.

    • @WebStoryMap
      @WebStoryMap  5 หลายเดือนก่อน

      The command used relates only to polygonal elements. For linear elements you should perhaps work on "Delete duplicate geometries" or "Select by position".

  • @mkbls1992
    @mkbls1992 ปีที่แล้ว +1

    I tried this out with several different shapefiles and get always the same error after the algorithm is executed: "The following layers were not correctly generated. C:/.../INTERSECT.shp"
    When I go to this directory, the only file that it generates is the .prj extension. Do you have any idea of what could be causing the issue?

    • @WebStoryMap
      @WebStoryMap  ปีที่แล้ว

      Hi, try saving not the shapefile but choose the option 'save to temporary file' as I did in the video.

    • @mkbls1992
      @mkbls1992 ปีที่แล้ว +1

      @@WebStoryMap thanks for your quick reply! I was already using the temporary file option.

    • @WebStoryMap
      @WebStoryMap  ปีที่แล้ว +1

      @@mkbls1992 Try correcting the initial shapefile with 'Correct Geometries', which can be found in the 'Processing Toolbox', otherwise send me the file I'll try to check it.
      webstorymap@gmail.com

    • @WebStoryMap
      @WebStoryMap  ปีที่แล้ว +1

      'Fix the geometries' is the correct command

    • @mkbls1992
      @mkbls1992 ปีที่แล้ว +1

      @@WebStoryMap I fixed the geometries and it worked! Thank you so much!

  • @lamflor_ufes
    @lamflor_ufes 2 ปีที่แล้ว +1

    VERY VERY GOOD!!!! THANK UUUUUUUUU!

  • @MargaretAyoola
    @MargaretAyoola 2 หลายเดือนก่อน

    thank you for this. but i am having an issue, whenever i merge, the ID results gives 0

    • @WebStoryMap
      @WebStoryMap  2 หลายเดือนก่อน

      Maybe you didn't write the function text correctly. I bring you the code for the functions.
      if(regexp_match("ID",'\\|') > 0, regexp_substr("ID",'[^|]*'), "ID")
      if(regexp_match("ID",'\\|') > 0, regexp_substr("ID",'(?

  • @simoneridolfi2877
    @simoneridolfi2877 2 ปีที่แล้ว +1

    thank u!!!!!!!

  • @TikTok-ds7fe
    @TikTok-ds7fe ปีที่แล้ว

    why? i did like you show everything but it doesn't work, pleas

    • @WebStoryMap
      @WebStoryMap  ปีที่แล้ว

      Have you checked that the function has been written correctly? If you look below in the comments you will find the text of the function.

  • @peterwebster6257
    @peterwebster6257 2 ปีที่แล้ว

    Hi I thought this was just what I needed but the input text gave me 2 syntax errors even after checking 3 times.

    • @WebStoryMap
      @WebStoryMap  2 ปีที่แล้ว

      if(regexp_match("ID",'\\|') > 0, regexp_substr("ID",'[^|]*'), "ID")

    • @WebStoryMap
      @WebStoryMap  2 ปีที่แล้ว

      if(regexp_match("ID",'\\|') > 0, regexp_substr("ID",'(?

  • @AkkiKumar-ft1xo
    @AkkiKumar-ft1xo 11 หลายเดือนก่อน

    I want the code

    • @WebStoryMap
      @WebStoryMap  11 หลายเดือนก่อน

      The code is given in one of the comments below

  • @gnanzoujeancharleskakou2986
    @gnanzoujeancharleskakou2986 2 ปีที่แล้ว +1

    Bonjour wsm