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 create the basic framework for the plugin #2

Closed timlinux closed 10 years ago

timlinux commented 10 years ago

Problem

We need a basic framework for the plugin that can be reused for another plugin. It should be more advance than the current QGIS Plugin Builder http://plugins.qgis.org/plugins/pluginbuilder/

Proposed solution

Fork from https://github.com/g-sherman/Qgis-Plugin-Builder and add more advance feature

Expected outcome

A basic framework to build QGIS plugin.

timlinux commented 10 years ago

Done and also pushed numerous improvements upstream to the QGIS plugin builder plugin project.