[general]
name=GeoPackage Converter
qgisMinimumVersion=3.34
qgisMaximumVersion=4.99
supportsQt6=True
description=Batch convert vector and raster files (SHP, TAB, KML, GML, GeoJSON, DXF, GPX, MIF, ZIP, RAR, TIF, ASC, IMG…) and remote layers (WFS, WCS, ArcGIS REST) to GeoPackage — from project or folder.
about=GeoPackage Converter converts vector and raster files to GeoPackage in two modes: "From project" (preserving symbology, layer order and raster styles from the active QGIS project) and "From folder" (recursive scan with automatic ZIP and RAR support via GDAL /vsizip/ and /vsirar/). In project mode it also converts remote and non-file layers: WFS/OGC API Features, ArcGIS REST FeatureServer, memory, delimited-text/CSV, PostGIS and SpatiaLite (vector), plus WCS, ArcGIS MapServer and WMS (raster, with editable extent and resolution). Features: batch conversion of mixed vector+raster formats, raster tiling with configurable format/size/quality, grouping strategies (all-in-one, per subfolder, per legend group, mirror folder structure), optional CRS reprojection with native QGIS selector, automatic encoding detection for shapefiles, style preservation inside GeoPackage (including full raster style cloning), geometry validation, dry-run preview, background execution, HTML report with vector/raster breakdown, and Processing algorithms for automation. RAR support requires GDAL >= 3.7 with libarchive (e.g. QGIS 3.44+). Works on any country and CRS. UI available in Italian, English and Spanish. Compatible with QGIS 3.34+ (Qt5) and 4.0+ (Qt6). --- Converte file vettoriali e raster in GeoPackage con due modalità: "Da progetto" (preservando simbologia, ordine dei layer e stili raster) e "Da cartella" (scansione ricorsiva con supporto ZIP e RAR). In modalità progetto converte anche layer remoti e non-file: WFS, ArcGIS REST, memoria, CSV, PostGIS (vettoriali) e WCS, ArcGIS MapServer, WMS (raster, con estensione e risoluzione modificabili). Tile raster configurabili, strategie di raggruppamento, riproiezione CRS, rilevamento encoding automatico, salvataggio stili, validazione geometrie, dry-run, esecuzione in background, report HTML e algoritmi di Processing.
version=0.3.2
author=GIS Specialist di Alejandra Duque Ropero
email=alejandra.duque@gisspecialist.it
tracker=https://github.com/GISspecialistAlejandraDuque/geopackage-converter/issues
repository=https://github.com/GISspecialistAlejandraDuque/geopackage-converter
homepage=https://github.com/GISspecialistAlejandraDuque/geopackage-converter
category=Vector,Raster
icon=resources/icons/icon.svg
experimental=False
deprecated=False
changelog=0.3.2 - Qt6 compatibility: all enum usages converted to their scoped form (QgsMapLayer.LayerType.*, QgsTask.Flag.*, QMessageBox.StandardButton.*, QgsVectorFileWriter.WriterError/ActionOnExistingFile.*, Processing parameter enums). Verified on Qt5 (QGIS 3.44) and Qt6 (QGIS 4.2). No functional change.
    0.3.1 - Security/quality hardening for the QGIS plugin repository scan: replaced try/except/pass blocks with contextlib.suppress, replaced subprocess/os.startfile file opening with QDesktopServices, removed unused imports. No functional change.
    0.3.0 - Remote/non-file layers in project mode (WFS, ArcGIS REST FeatureServer, memory, CSV, PostGIS via live-layer clone; WCS/ArcGIS MapServer/WMS raster with editable extent and resolution). RAR archive support in folder mode via GDAL /vsirar/. English fallback when the QGIS locale has no translation. New Processing parameters for remote raster extent/resolution.
    0.2.2 - Fix: folder mode no longer reuses the project layer-tree snapshot when loading generated GeoPackages.
    0.2.1 - Version bump / re-package only.
    0.2.0 - Raster support, project layer tree preservation, raster style cloning, per-layer GPKG naming, HTML report breakdown, updated Processing algorithms.
    0.1.0 - Initial release: batch conversion from project and folder, grouping strategies, CRS reprojection, style preservation, HTML report, Processing algorithms, i18n (IT/EN/ES).
tags=geopackage,shapefile,conversion,batch,migration,vector,raster,tiling,export,format,kml,gml,geojson,dxf,gpx,tiff,zip,rar,wfs,wcs,arcgis,remote
