[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 and derived products (MNT,MNS,MNH) from IGN (French National Geographic Institute) based on an Area of Interest (AOI). Perfect for automated workflows in QGIS Model Builder.
version=2.1.0
author=Samy KHELIL
email=k2samy@hotmail.fr

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

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= 2.1.0 - Géoplateforme Production Compliance - Updated WFS layer codes to match the final IGN naming conventions (e.g., IGNF_NUAGES-DE-POINTS-LIDAR-HD) and enforced strict EPSG:2154 (Lambert-93) projection in queries to resolve HTTP 400 errors.
    2.0.0 - Multi-Data Type Support - Extended beyond LiDAR point clouds to include elevation rasters (MNT, MNS, MNH) with automatic data type detection and appropriate processing workflows, Real-Time WFS Integration - Migrated from static Zenodo database to live IGN Géoplateforme WFS service, enabling real-time tile availability and direct access
    1.1.0 - Updated copy of the IGN's LiDAR tiles database (2025-02-13), improved thread safety and resource management, 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
