azavea / raster-vision-qgis

QGIS 3 Plugin for Raster Vision (no longer maintained)

Home Page:http://docs.rastervision.io/en/0.8/qgis.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raster Vision QGIS Plugin

⚠️ Note: This project is no longer maintained as of RV 0.9

This plugin works with Raster Vision in QGIS to view experiment results and predict against imagery.

See http://docs.rastervision.io/en/0.8/qgis.html usage for documentation.

See https://github.com/azavea/raster-vision-examples for examples of using the Raster Vision QGIS plugin in deep learning model building workflows.

QGIS results explorer

Developing

Link the repo directory into your QGIS plugin directory. I use the Plugin Reloader to reload for testing.

e.g., on Mac OSX:

ln -s `pwd`/rastervision_qgis  /Users/rob/Library/Application\ Support/QGIS/QGIS3/profiles/default/python/plugins/

I'm using QT Creator to design the dialog UIs. Just drag over the *.ui files into QT Creator and it should open up the design component, where you can move things around, add controls, rename items, etc.

To compile the resources, run

pyrcc5 -o rastervision_qgis/resources.py rastervision_qgis/resources.qrc

About

QGIS 3 Plugin for Raster Vision (no longer maintained)

http://docs.rastervision.io/en/0.8/qgis.html

License:GNU General Public License v3.0


Languages

Language:Python 98.7%Language:QML 0.9%Language:HTML 0.3%Language:Shell 0.1%