[general]
name=Zone Blanche Finder
qgisMinimumVersion=3.16
qgisMaximumVersion=3.99
description=Identifies white zones (poorly connected areas) based on a connectivity score calculated per municipality
about=Zone Blanche Finder loads a CSV file of transmitter or antenna points,
    counts them per municipality, then calculates a connectivity score combining
    coverage rate and point density per inhabitant. The result is displayed with
    a graduated red-to-green symbology highlighting the least connected areas
    (white zones). Useful for digital territorial planning, mobile coverage
    analysis, or any territorial connectivity diagnosis.
    
    Sources de données attendues :
    - Sites mobiles 4G/5G : https://data.arcep.fr/mobile/sites/
    - Déploiement FTTH : https://www.data.gouv.fr/datasets/le-marche-du-haut-et-tres-haut-debit-fixe-deploiements/

version=1.0.2
author=Hugo R.
email=hugo83r1@gmail.com

tracker=https://github.com/User-Qgis-cmyk/zone-blanche-finder/issues
repository=https://github.com/User-Qgis-cmyk/zone-blanche-finder
homepage=https://github.com/User-Qgis-cmyk/zone-blanche-finder

tags=vector, analysis, connectivity, arcep, ftth, 4g, 5g, mobile, broadband, france, communes, zapm, aménagement numérique
category=Vector
icon=icon.png
experimental=False
deprecated=False

changelog=1.0.0
    - Version initiale
    - Calcul du score de connectivité à l'échelle commune et ZAPM
    - Import CSV des sites mobiles 4G/5G ARCEP
    - Intégration des données de couverture FTTH
    - Symbologie graduée automatique (quantiles, rouge-vert)