kartoza / stream_feature_extractor

A QGIS plugin to extract stream features (wells, sinks, confluences etc.) from a stream network
GNU General Public License v2.0
6 stars 9 forks source link

We need to be able to identify self-intersections #17

Closed timlinux closed 10 years ago

timlinux commented 10 years ago

Problem

If a river layer's segments have self intersections, there should be a mechanism to identify all of these segments by extracting them to a new line layer.

Proposed solution

ismailsunni commented 10 years ago

I think self intersection is for line, not for node. So, where do we put mark (or attribute) if the result is vector point layer? Same apply for #18

timlinux commented 10 years ago

@ismailsunni I updated the original issue description to make the requirements clearer. Please let me know if you need further info.

ismailsunni commented 10 years ago

segments is a line between a vertex right? If so, for this ticket, for each self intersection line, there will be two segments.