[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.1
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.1 - Fixed automatic dependency installation on macOS, where the plugin used to start a second QGIS instance instead of pip and install nothing. It now locates the Python interpreter bundled inside QGIS.app and verifies that its packages are importable from QGIS before using it. Added a fallback dialog with a copyable, ready-to-run install command when automatic installation is not possible, and newly installed packages are now importable without restarting QGIS.
    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

# plugin_dependencies is deliberately unset. It takes the names of other
# *QGIS plugins* from the plugin repository, not PyPI distributions, so
# listing pystac-client/planetary-computer/shapely there makes QGIS look for
# plugins that do not exist. The Python packages are handled by
# dependency_manager.py instead.

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