# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=WFS Catasto Download Particelle BBox
qgisMinimumVersion=3.0
description=Download particelle catastali dal WFS dell'Agenzia delle Entrate tramite BBox interattivo, selezione poligono o linea con buffer.
version=1.1.0
author=Salvatore Fiandaca
email=pigrecoinfinito@gmail.com

about=WFS Catasto Download Particelle BBox - Plugin per QGIS che consente di scaricare le particelle catastali dal servizio WFS dell'Agenzia delle Entrate (INSPIRE).
    Tre modalita' di selezione dell'area di interesse:
    1) Disegna BBox: clicca due punti sulla mappa per disegnare un rettangolo di download.
    2) Seleziona Poligono: clicca su un poligono esistente per estrarne il bounding box.
    3) Seleziona Linea: clicca su una linea e crea un buffer personalizzabile (0-100m) per scaricare le particelle che lo intersecano.
    Opzione "Espandi riferimento catastale": estrae dal campo NATIONALCADASTRALREFERENCE i campi sezione, foglio, allegato e sviluppo (formato CCCCZFFFFAS).
    Supporta download multi-tile con progress bar, deduplicazione feature e filtro spaziale. Compatibile con QGIS 3 (Qt5) e QGIS 4 (Qt6).
    ---
    EN: A QGIS plugin for downloading cadastral parcels from the Italian Revenue Agency (Agenzia delle Entrate) WFS INSPIRE service. Three selection modes: draw BBox, select polygon, select line with customizable buffer (0-100m). Optional expansion of NATIONALCADASTRALREFERENCE into section, sheet, attachment and development fields. Supports multi-tile download with progress bar, feature deduplication and spatial filtering.
    DISCLAIMER: Please use this plugin responsibly. Massive or repeated downloads may overload the WFS service of the Italian Revenue Agency, causing disruptions for all users.

tracker=https://github.com/pigreco/wfs_catasto_download_particelle_bbox/issues
repository=https://github.com/pigreco/wfs_catasto_download_particelle_bbox
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=
    1.1.0 - Aggiunta opzione "Espandi riferimento catastale" che estrae
            dal campo NATIONALCADASTRALREFERENCE i campi: sezione, foglio,
            allegato e sviluppo (formato CCCCZFFFFAS dell'Agenzia delle Entrate).
    1.0.0 - Prima release: download particelle WFS con tre modalità
            (BBox, Poligono, Linea con buffer), deduplicazione e filtro spaziale.

# Tags are comma separated with spaces allowed
tags=catasto, wfs, particelle, bbox, agenzia entrate, cadastral, inspire, buffer, download

homepage=https://github.com/pigreco/wfs_catasto_download_particelle_bbox
category=Vector
icon=icon.png
# Qt6 support (QGIS 4)
supportsQt6=yes

# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

# If the plugin can run on QGIS Server.
server=False
