SpaceGroupUCL / qgisSpaceSyntaxToolkit

Space Syntax Toolkit for QGIS
GNU General Public License v3.0
119 stars 39 forks source link

Verification of segment maps #3

Open jorgegil opened 9 years ago

jorgegil commented 9 years ago

In the verification of segment maps, the same topology and geometry tests as for axial maps should apply, but using the current tool short lines, small lines and islands returns too many false positives. Could it be a GIS data accuracy problem due to projection? Test for:

User would have to indicate if input is segment or road centre line, as some checks might differ.

chiaramartinuzzi commented 6 years ago

I would like to know what the error "invalid geometry" consist of and how should I solve it during the stage "verify layer". If I select an invalid geometry in the errors list, it doesn't show me the problem in the screen. invalid geometry

jorgegil commented 6 years ago

‘Invalid geometry’ are mal formed features according to the GEOS standard. Those are not recognised by QGIS and therefore they are not displayed on the map and you can’t zoom to them. However, the entry is highlighted in the attribute table and you can check there what it is and eventually delete it.

QGIS has a geometry check tool/plugin that can be used to identify and sometimes fix those geometries.