# This file contains metadata for your plugin.

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

[general]
name=MISLANDAFRICA
qgisMinimumVersion=3.10
description=Land Degradation Monitoring Program
version=1.1.3
author=Kevin Kiprotich, sMustapha MIMOUNI, Nabil KHATRA, Amjed TAIEB, Haithem REJEB, Toure SOULEYMANE, Vivianne META, Derick ONGERI, Grace AMONDI, Seth NYAWACHA, and Simon NDARAU.
email=kevinkiprotich0089@gmail.com

about=The core-service provides land degradation indicators for African Countries at two levels. At the regional level(North Africa action zone) where low and medium resolution EO are used.At the pilot site level, where(customized indicators) can be developed, using medium resoultion data(landsat time series imagery and derived vegetation indices, combined with different satellite-derived climate data). Note: MISLAND-Africa is an operational instrument relying on the international standards for reporting SDG 15.3.1 and technical approaches allowing the delivery of regular information on vegetation cover gain/loss to decision makers and environmental agencies at the first place.

tracker=https://github.com/Kevin-Kiprotich/MISLANDAFRICA/issues
repository=https://github.com/Kevin-Kiprotich/MISLANDAFRICA
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes

# Tags are comma separated with spaces allowed
tags=python, land productivity, SDG 15.3.1, land degradation, soil erosion, coastal erosion, forest fires, vegetation loss 

homepage=https://github.com/Kevin-Kiprotich/MISLANDAFRICA
category=Plugins
icon=misland_logo.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=

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

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

# Uncomment the following line and add your changelog:
changelog= 1.1.2 (June 4, 2025)
    - Refresh custom layers enabled
    - Progress bar added to all dialogs
  1.1.0 (April 30, 2025)
    - Issues related to geopandas and future fixed
    - Computation years updated
  1.0.8 (October 24, 2024)
    - Coverage expanded to the whole of Africa
    - Workflow Merged with that of the MISLAND-Africa Geoservice
  1.0.6(March 5, 2021)
    - Experimental set to false
  1.0.4 (March 4, 2021)
    - Responsive toolbars for smaller screens
    - Restrict/Clip to AOI of custom computation
  1.0.3 (February 24, 2021)
    - First QGIS3 MISLAND Plugin Release
    - Plugin renaming
    - Plugin icons and logo replacement
    - Google Earth Engine Setup
    - New User Welcome Dialog
    - Individual module description
    - Clean up AOIs to Sahel and Saharan region
    - Generate Forest Fires Script using dNBR
    - Inclusion of Landsat 7 dataset to productivity
    - Time Series for vegetation monitoring (MSAVI, SAVI and NDVI)
    - Forest fire Layer styling
    - Generation of MEDALUS Sub indicators scripts for VQI, SQI, CQI and MQI
    - Avoid bbox output and use original polygon boundary & simplify polygon
    - Land Cover dialog warning on empty fields submission
    - Reduce maximum AOI bbox to 630000km squared
    - Misc bugfixes to address Python errors that were coming up with some QMessageBox messages.
  