[general]
name=AboveQGIS
qgisMinimumVersion=3.22
qgisMaximumVersion=4.99
description=KyFromAbove LiDAR, DEM, and orthoimagery data access for QGIS
version=1.1.1
author=Chris Lyons
email=chris.lyons@ky.gov
about=Access Kentucky's KyFromAbove geospatial data directly from QGIS.
    Search by county or map extent, download tiles with concurrent transfers,
    mosaic into VRT, and generate hillshade — all from the Processing toolbox.
    Powered by abovepy. No credentials required.
tracker=https://github.com/chrislyonsKY/AbovePy/issues
repository=https://github.com/chrislyonsKY/AbovePy
tags=kentucky,lidar,dem,elevation,kyfromabove,stac,cog,orthoimagery
homepage=https://chrislyonsKY.github.io/AbovePy/
category=Analysis
icon=icon.png
experimental=False
deprecated=False
hasProcessingProvider=yes
changelog=
    1.1.1 - QGIS 4 / PyQt6 compatibility fix
    - Fix initGui() AttributeError on QGIS 4: use QMessageBox.StandardButton.Yes/No
      instead of PyQt5-only shorthand (QMessageBox.Yes/No)
    1.1.0 - County mosaics, auto-load, QGIS 4 ready
    - New: Load County Ortho Mosaic tool (stream from S3)
    - New: Auto-load downloaded tiles with hillshade symbology
    - QGIS 4 compatible (qgisMaximumVersion=4.99)
    - Minimum version lowered to QGIS 3.22
    1.0.0 - Stable release
    - Promoted from experimental to stable
    - Fix download crash in QGIS (tqdm stderr=None)
    - County/extent help text on all parameters
    - Cancellation support on download and mosaic
    - Progress reporting during search and download
    - Minimum abovepy version check on startup
    0.1.0 - Initial release
    - Search tiles by county or map extent
    - Download with concurrent transfers
    - Mosaic tiles into VRT
    - Server-side hillshade via TiTiler
