# This file contains metadata for your plugin.

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

[general]
name=Movement Analysis
qgisMinimumVersion=4.0
description=Toolbox for raster based movement analysis: least-cost path, accumulated cost surface, accessibility.
version=0.2.0
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 Numba library, which can be installed using the provided script. 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=This plugin version for QGIS 4.x runs on Numba. An installation script is provided. 

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

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

# 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=numba

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

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

