Skip to content

MLP-Hub/MLP_IA_Suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mountain Image Analysis Suite (MIAS)

QGIS plugin for analysing ground-based oblique images

QGIS 3.28 Python 3.9 GNU License DOI

Reference: Wright, C., Bone, C., Mathews, D., Tricker, J., Wright, B., and Higgs, E. (2024) Mountain Image Analysis Suite (MIAS): A new plugin for converting oblique images to landcover maps in QGIS. Transactions in GIS.doi.org/10.1111/tgis.13229

Overview

This plugin contains four tools for analysing ground-based oblique images. The final product is a classified and spatially referenced viewshed representing the landscape shown in the photograph. MIAS harnesses PyLC (Python Landscape Classifier) available independently here. The training dataset is sampled from the Mountain Legacy Project repeat photography collection hosted at the University of Victoria.

Requirements (QGIS 3.28.1)

Installation

Windows Users

Install the latest version of QGIS through the OSGeo4W installer from here. From the OSGeo4W installer, select Express install. Choose QGIS LTR, GDAL, and GRASS GIS from the option menu.

MacOS Users

Install the latest version of QGIS here.

Dependencies

MIAS relies on some Python packages that do not come installed with QGIS and has conflicts with the existing versions of opencv and numpy. From the Plugins menu on QGIS, open the Python console and type the following commands:

import pip
pip.main(['uninstall','-y','opencv-contrib-python'])
pip.main(['install','opencv-python'])
pip.main(['install','--upgrage','numpy'])
pip.main(['install','torch'])
pip.main(['install','scikit-image'])

Installing the Plugin

From the Code menu (green button) on the GitHub page, select Download ZIP.
From the Plugins menu in QGIS, choose Manage and Install Plugins, then Install from ZIP. Upload the ZIP file that you just downloaded from GitHub.

Usage

A video tutorial for MIAS is available here. Example data and written instructions can be downloaded here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors