kartoza / qgis-gea-plugin

https://kartoza.github.io/qgis-gea-plugin
GNU General Public License v3.0
0 stars 5 forks source link

QGIS GEA plugin

icon.png

GitHub Workflow Status GitHub

QGIS.org

Documentation Tests

GitHub all releases

Adds functionality inside QGIS to enable GEA afforestation visualization and analysis.

Installation

During the development phase the plugin is available to install via a dedicated plugin repository https://raw.githubusercontent.com/kartoza/qgis-gea-plugin/release/docs/repository/plugins.xml

Install from QGIS plugin repository

Install from ZIP file

Alternatively the plugin can be installed using Install from ZIP option on the QGIS plugin manager.

Install from custom plugin repository

Disable QGIS official plugin repository in order to not fetch plugins from it.

NOTE: While the development phase is on going the plugin will be flagged as experimental, make sure to enable the QGIS plugin manager in the Settings page to show the experimental plugins in order to be able to install it.

When the development work is complete the plugin will be available on the QGIS official plugin repository.

Usage

Development

To use the plugin for development purposes, clone the repository locally, install pip, a python dependencies management tool see https://pypi.org/project/pip/

Create virtual environment

Using any python virtual environment manager create project environment. Recommending to use virtualenv-wrapper.

It can be installed using python pip

pip install virtualenvwrapper
  1. Create virtual environment

    mkvirtualenv env
  1. Using the pip, install plugin development dependencies by running

    pip install -r requirements-dev.txt

To install the plugin into the QGIS application, activate virtual environment and then use the below command

 python admin.py install