# This file contains metadata for your plugin.

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

[general]
name=Geosimulation Land Changes
qgisMinimumVersion=3.0
description=This plugin is a tool used in spatial modeling to predict changes in land cover or land use
version=0.2
author=Albertus Deliar, Ananda Diva Victorya Gunawan, Elnurmas Zaetun Faesyari, Riki Purnama, Tedy Imanuel Selan
email=albertus.deliar@gmail.com

about=Plugin Geosimulation Land Changes is a tool used in spatial modeling to predict changes in land cover or land use. In the context of land cover prediction, this plugin applies the principles of Cellular Automata Markov Chain, which is a grid-based dynamic system, where each cell on the grid represents a certain unit of space and has a certain status (e.g. forest, settlement, farmland). Each cell will change its state according to certain rules based on the state of the surrounding cells or its neighbors. This plugin helps in performing predictive modeling that provides more realistic outputs.

tracker=https://github.com/Tedyselan/GLC-Geosimulation-Land-Changes-QGIS-Plugin/issues
repository=https://github.com/Tedyselan/GLC-Geosimulation-Land-Changes-QGIS-Plugin.git
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=cellular automata, geosimulation, land use/land cover prediction, markov chain, spatial modeling

homepage=https://github.com/Tedyselan/GLC-Geosimulation-Land-Changes-QGIS-Plugin.git
category=Plugins
icon=plugin_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=

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

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

