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 a GUI to select a river layer and extract features #21

Closed timlinux closed 10 years ago

timlinux commented 10 years ago

Problem

Implement UI to select a line layer and then generate a point layer using the rules above where for each point its type is written in an attribute field 'type' and where each point is anutomatically rendered/labeled with its type class

Proposed solution

I think as simple as this. stream-feature-extractor gui - new page

Expected outcome

A GUI that able to select a layer as input and output layer, and extract feautres button.

timlinux commented 10 years ago

@ismailsunni made a prototype like this but we decided the gui is superfluous - the implementation just runs directly on the active line layer when the stream feature extractor action is clicked.