This repository contains code for the Spatial Environmental Assessment Toolkit (SEAT) QGIS Plugin. This is a collaboration between Integral Consulting and Sandia National Laboratories.
netCDF >= 3.5.4 - Python install location varies depending on your OS.
C:\Program Files\QGIS 3.16\OSGeo4W.bat
as administrator.import sys
print(sys.exec_prefix)
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:
AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins
.local/share/QGIS/QGIS3/profiles/default/python/plugins
Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
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:
To trigger a release buid on GitHub use the following commands:
git tag -a <version> -m "<release notes>"
git push --tag
Below is a brief description of the repository contents.
seat-qgis-plugin: Repository root.