[general]
name=Quick VRT Imagery Loader
qgisMinimumVersion=3.34
qgisMaximumVersion=4.99
description=Loads satellite imagery from multiple STAC APIs quickly as VRT
version=1.0.0
author=Vagner Teixeira
email=junior.vagner@live.com

about=Plugin for searching and loading satellite imagery via multiple STAC APIs: Microsoft Planetary Computer, Element84 Earth Search and INPE's Brazil Data Cube. It lists pre-configured compositions and loads images as VRT. Supports Sentinel-2, Landsat Collection 2, and CBERS-4/4A collections (MUX, WFI, WPM multispectral+panchromatic, WPM pansharpened true color, PAN10M, PAN5M) with multiple band compositions (True Color, False Color NIR/SWIR, Agriculture, Geology, Urban, Bathymetric, Panchromatic, and more). Compatible with QGIS 3.x (Qt5) and QGIS 4.x (Qt6).

tracker=https://github.com/vagnertxr/quickvrt/issues
repository=https://github.com/vagnertxr/quickvrt
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

changelog=
    1.0 - Added multi-provider STAC support with a provider selector. Added CBERS-4/4A support: MUX, WFI, WPM multispectral+panchromatic, WPM pansharpened true color (TCI), PAN10M and PAN5M panchromatic, each with dedicated band compositions and spectral indices.
    0.7 - Added Mosaic functions, added footprint, new UI
    0.6 - Added QGIS 4.x / Qt6 compatibility, Spanish language support, previews, max cloud slider, revamped UI
    0.5 - Better UI, dependency manager, Portuguese language support, better icon
    0.4 - Initial public release

# Tags are comma separated with spaces allowed
tags=python, raster, satellite, sentinel, landsat, cbers, inpe, stac, vrt, remote sensing, planetary computer, brazil data cube, imagery

homepage=https://github.com/vagnertxr/quickvrt
category=Raster
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=pystac-client,planetary-computer,shapely

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