sandialabs / seat-qgis-plugin

Spatial Environmental Assessment Toolkit (SEAT) QGIS Plugin
https://sandialabs.github.io/seat-qgis-plugin/
GNU General Public License v3.0
1 stars 7 forks source link
gis mse python qgis scr-2918

Sandia Spatial Environmental Assessment Toolkit QGIS Plugin

release

This repository contains code for the Spatial Environmental Assessment Toolkit (SEAT) QGIS Plugin. This is a collaboration between Integral Consulting and Sandia National Laboratories.

Installation

Requirements

Plugin Install

Download the latest release zip file. You can then use the Install from zip option under the Install Plugins dialog in QGIS.

The installed plugin is located here:

Development

The codebase was initially generated using the Qgis-Plugin-Builder. Follow the PyQGIS Developer Cookbook for documentation on developing plugins for QGIS with Python.

There are two QGIS plugins that are helpful during the development process:

Releases

To trigger a release buid on GitHub use the following commands:

git tag -a <version> -m "<release notes>"
git push --tag

Contents

Below is a brief description of the repository contents.