[general]
name=PointCloudFR
qgisMinimumVersion=3.34
supportsQt6=yes
description=Downloads LiDAR tiles from IGN that intersect with the input AOI
about=Downloads LiDAR point cloud data from IGN (French National Geographic Institute) based on an Area of Interest (AOI). Perfect for automated workflows in QGIS Model Builder.
version=1.1.0
author=Samy KHELIL
email=k2samy@hotmail.fr

hasProcessingProvider=true
tags=processing,lidar,download,ign,france,point cloud,nuage,elevation

homepage=https://github.com/sameeeyy/PointCloudFR
repository=https://github.com/sameeeyy/PointCloudFR
tracker=https://github.com/sameeeyy/PointCloudFR/issues

category=Analysis
icon=icon.png

experimental=False
deprecated=False

plugin_dependencies=processing
translations=fr

changelog=1.1.0 - Updated copy of the IGN's LiDAR tiles database (2025-02-13), improved thread safety and resource management, merge strategy is now automatically bypassed if only one file is downloaded, fixed progress bar while downloading, added disk space validation, file integrity checks, better error handling, atomic file operations
    1.0.1 - Updated copy of the IGN's LiDAR tiles database (2025-02-13)
    1.0.0 - Initial release