Skip to content

browniea/seat-qgis-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

185 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Spatial Environmental Assessment Toolkit (SEAT) QGIS Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 93.6%
  • Makefile 4.8%
  • Shell 1.5%
  • Batchfile 0.1%