# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Movement Analysis
qgisMinimumVersion=3.0
supportsQt6=True
description=Toolbox for raster based movement analysis: least-cost path, accumulated cost surface, accessibility.
version=0.1.2
author=Zoran Čučković
email=cuckovic.zoran@gmail.com

about=The Movement Analysis plugin features raster based algorithms such as accumulated cost surface, least cost path and accumulated paths. The calculations are based on Scikit Image library, which should be installed in QGIS Python. This library enables rapid calculations on large datasets. 

tracker=https://github.com/zoran-cuckovic/QGIS-movement-analysis/issues
repository=https://github.com/zoran-cuckovic/QGIS-movement-analysis/
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=New modules for movement corridors and slope based calculation of movement cost 

# Tags are comma separated with spaces allowed
tags=raster, accumulated cost surface, least-cost path

homepage=https://github.com/zoran-cuckovic/QGIS-movement-analysis/
category=Analysis
icon=icon.png
# experimental flag
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
plugin_dependencies=scikit-image

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

