/seat-qgis-plugin

Spatial Environmental Assessment Tool (SEAT) QGIS Plugin

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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

  • QGIS >= 3.16

  • Python for QGIS >= 3.16

  • netCDF >= 3.5.4 - Python install location varies depending on your OS.

    • Windows - run C:\Program Files\QGIS 3.16\OSGeo4W.bat as administrator.

    • Linux & MacOS - Open the Python console in QGIS and enter the commands below to determine where your Python install is:

      import sys
      print(sys.exec_prefix)

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:

  • Windows: AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins
  • Linux: .local/share/QGIS/QGIS3/profiles/default/python/plugins
  • Mac Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins

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.