[general]
name=ArcGIS ImageServer Downloader
qgisMinimumVersion=3.28
qgisMaximumVersion=4.99
description=Download raster tiles from ArcGIS ImageServer REST services and create Cloud Optimized GeoTIFFs (COGs)
version=0.1.4
author=Harald Kristen
email=haraldkristen@posteo.at

about=Download raster tiles from ArcGIS ImageServer REST services at their native resolution and assemble them into Cloud Optimized GeoTIFFs (COGs). Supports large-area downloads via a draw-on-canvas bbox tool and parallel tile fetching. Includes a dock widget for browsing and selecting services, plus Processing algorithms for scripted and batch workflows. Zero external dependencies — requires only QGIS and its bundled GDAL. Compatible with QGIS 3.28+ (Qt5) and QGIS 4.x (Qt6). Ships with GIS Steiermark pre-configured; custom servers can be added.

tracker=https://github.com/hkristen/qgis-arcgis-imageserver-downloader/issues
repository=https://github.com/hkristen/qgis-arcgis-imageserver-downloader
tags=arcgis,imageserver,raster,cog,download,geotiff

homepage=https://github.com/hkristen/qgis-arcgis-imageserver-downloader
category=Raster
icon=icon.svg

hasProcessingProvider=yes
experimental=False
deprecated=False
changelog=0.1.4 - Fix COG creation failing for large datasets (>4 GB) by enabling BIGTIFF=YES; improve UI discoverability: rename Services to Image Services with subtitle, add Processing Toolbox hint in dock widget
    0.1.3 - Fix mixed-CRS tile mosaicking: pass tiles directly to gdalwarp instead of gdalbuildvrt which silently drops differing CRS tiles
    0.1.2 - Show service coverage as rubber band on canvas when selecting a service; add Zoom to extent button; enlarge service list
    0.1.1 - Fix flake8 issues and remove deprecated supportsQt6 flag
    0.1.0 - Initial release

