SteveMHill / ClassificationTool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues


ClassificationTool

A simple to use QGIS plugin for supervised classification of remote sensing images



Report Bug · Request Feature

Table of Contents

Getting Started

Prerequisites

QGIS version 3.4.0 or higher

The ClassificationTool requires the following python packages:

Installation

Install additional python packages:

Linux

Use pip and install additional packages required:

pip3 install pandas Fiona rasterio scikit-learn

Windows
  1. Close QGIS, if it is open.
  2. Start the OSGeo4W Shell with admin rights
  3. Enter call py3_env.bat to activate the Python 3 environment
  4. Enter pip3 install pandas Fiona rasterio scikit-learn

Install plugin

To install from plugin manager:

  1. Click the menu "Plugins" -> "Manage and Install Plugins".
  2. Enter 'ClassificationTool' in search box.
  3. Select plugin and install it.

About

License:GNU General Public License v2.0


Languages

Language:Python 100.0%