BjornNyberg / NetworkGT

The NetworkGT (Network Geometry and Topology) Toolbox is a set of tools designed for the geometrical and topological analysis of fracture networks.
GNU General Public License v3.0
32 stars 3 forks source link

Multiple node intersections #29

Closed HunterM02 closed 1 year ago

HunterM02 commented 1 year ago

When using the branches and nodes tool it is giving an error saying "Found intersection with x nodes at coordinate" As shown in the attached image. After running the Repair Topology tool it gave the error "Null geometry cannot be converted to a polyline" Can you help me understand how to solve this one final error. I am using QGIS 3.20.3 and Windows 10. Thank you in advance. Example

BjornNyberg commented 1 year ago

@HunterM02

This is a difficult issue to resolve without seeing an actual example. Could you please send one by email? Does the Repair Topology tool fail with that error or simply reports that there are Null geometries? Sometimes a vector layer will indeed have null geometries that need to be deleted.

Cheers

BjornNyberg commented 1 year ago

This issue has been resolved. Datasets were in a geographical coordinate system instead of a projected coordinate system. Add potential warning if dataset is using a wgs84 projection in the future.