# This file contains metadata for your plugin.

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

[general]
name=Cloud Mask Sentinel-2
qgisMinimumVersion=3.4.0
qgisMaximumVersion=3.99.0
description=Masking cloud, shadows and snows on Sentinel-2 
version=0.4
author=Thanh@JAFTA
email=thanh@vnforest.org

about=This plugin helps to mask cloud, cloud-shadow and snow in Sentinel-2 (L1C) imagery, provide cloudless single-scene or mosaic images, based on ESA's s2cloudless algorithm.

IMPORTANT: Requires active CDSE account (free registration at https://dataspace.copernicus.eu/). External Python dependencies (~360MB including s2cloudless, numpy, opencv-python, pystac_client) will be automatically installed on first use. Compatible with Python 3.7-3.12. Restart QGIS after first-time dependency installation.

repository=https://github.com/thanhgis/s2cloudmask
tracker=https://github.com/thanhgis/s2cloudmask/issues
# End of mandatory metadata

# Recommended items:
license=GPL-2.0+

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

# Tags are comma separated with spaces allowed
tags=python, cloud-masking, cloud mask, sentinel 2, sentinel-2, s2cloudless, cloudless, remote sensing

homepage=https://github.com/thanhgis/s2cloudmask
category=Raster
icon=icon.png
# experimental flag
experimental=False
supportsQt6=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.


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

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

