解决方法很简单,因为 Geometry Checker 是QGIS官方提供的插件,不必单独安装,只需要在插件管理器中启用即可。 步骤如下: 打开插件,然后在插件管理器中启用 Geometry Checker 插件即可。 启用后如图: 参考 https://gis.stackexchange.com/questions/445613/geometry-checker-plug-in-not-working 全部QGIS笔记...
I tried with a new QGIS profile Additional context No response jgrocha added the Bug label Feb 14, 2022 gioman added the Geometry checker label Feb 15, 2022 gioman changed the title Fix geometries with Check Geometries core plugin Geometry checker creates invalid geometries when input is ...
find location of self-intersection and introduce some # tolerance # checks_done = checks_done.union(line) yield CheckerResult("self-intersection found", elem) # continue if checks_done.intersects(line): intersection = checks_done.intersection(line) yield CheckerResult("intersection fou...
# 需要导入模块: from qgis.core import QgsGeometry [as 别名]# 或者: from qgis.core.QgsGeometry importwkbType[as 别名]defprocessAlgorithm(self, progress):vlayerA = dataobjects.getObjectFromUri(self.getParameterValue(self.INPUT)) vlayerB = dataobjects.getObjectFromUri(self.getParameterValue(self.IN...