This is the experimental Network Store QGIS plugin. 

How to use:

 - Clone the repository
 - Copy the repository to the plugins folder of your QGIS install
   - LINUX: /home/$USERNAME/.local/share/QGIS/QGIS3/profiles/default/python/plugins
   - Windows: C:\Users\$USERNAME\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins
 - Restart QGIS if it was running before copying the repo
 - Enable the plugin in the plugin manager:
   - Plugins -> Manage and Install plugins -> Installed -> Check the checkbox next to "Network Store Plugin"

What the plugin contains:

 - The base menu under  Plugins -> Network Store Plugin
   - Highly custom functionality should be placed here
 - Processing provider in the processing toolbox:
   - Reusable pieces of code / algorithms should be included here. eg.: Cross section generation, Topology validation etc.
   - The input dialogs and parameters are standardized. No need to create a new *.ui file in the processing provider.
 - Parametrized Icon set for the model-library.water elements (and a bit more)
 - Datasphere helpers:
   - Load raster snapshots into QGIS
   - Load locations into a memory layer. If a feature carries an `icon` or `metadata.iconReference` like `ki ki-bar-chart`, the matching bundled ki-water SVG is used; otherwise it falls back to `ki-map-marker.svg`.

New dialogs ( .ui files) can be created using Qt Designer.

Default styles are distributed with the plugin, including the icon set. Icons (including ki-water icons) are copied into the profile on plugin load with a manifest so only this plugin’s SVGs are cleaned up on unload.


Base plugin was created by Plugin Builder plugin in QGIS
(C) 2011-2018 GeoApt LLC - geoapt.com

For more information, see the PyQGIS Developer Cookbook at:
http://www.qgis.org/pyqgis-cookbook/index.html
