Monday, 15 July 2019

python - QGIS select reversed geometries


I have a road network and a geometry for each road direction. One Geometry from A->B and another Geometry from B->A. This geometries are covering each other. Is there a tool available in QGIS to select a geometry based on the start and visualise the start of the geometrie? At the end I like to have a list of all geometries in one direction which I selected.


Did I have to write a own selection tool for this usecase?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...