# This file contains metadata for your plugin.

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

[general]
name=Italy Inspire Cadastre Downloader
name[it]=Italy Inspire Cadastre Downloader
qgisMinimumVersion=3.0
description=QGIS plugin for downloading cadastral data of cadastrals parcels and cadastral zoning in Italy.
description[it]=Plugin QGIS per il download dei dati catastali delle particelle catastali e della zonizzazione in Italia.
version=0.2
author=Geoinnova SL
email=corsigis@geoinnova.org

about=QGIS plugin for downloading cadastral data for municipalities in Italy.The download provides a .zip file updated every six months and has the following structure: CadastralParcel.gml and CadastralZoning.gml. 
The data used comes from "<a href='https://geodati.gov.it/geoportale/'>Repertorio Nazionale dei Dati Territoriali</a>".
about[it]=Plugin QGIS per il download dei dati catastali dei comuni italiani. Il download prevede un file .zip aggiornato ogni sei mesi e ha la seguente struttura: CadastralParcel.gml e CadastralZoning.gml. 
I dati utilizzati provengono dal "<a href='https://geodati.gov.it/geoportale/'>Repertorio Nazionale dei Dati Territoriali</a>".

tracker=https://github.com/geoinnova/italy_inspire_cadastre_downloader
repository=https://github.com/geoinnova/italy_inspire_cadastre_downloader

changelog=
- 28.03.2025 V0.2:
        - Add download as gpkg
        - Add tooltips information
        - Add download by province
        - Add multiple municipality donwload
        - Load default styles (italian and english)
- 14.02.2025 V0.1:
        - Initial version
        - Add Qt6 support

# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/geoinnova/italy_inspire_cadastre_downloader
category=Plugins
icon=icons/icon.png
# experimental flag
experimental=False
supportsQt6=True

# 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=

Category of the plugin: Raster, Vector, Database or Web
# category=

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

