# This file contains metadata for your plugin.

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

[general]
name=knGML2GPKG
qgisMinimumVersion=3.0
description=Convert Slovak cadastral GML files (KN Register C and E) to GeoPackage or DXF with automatic coordinate transformation and fixes
version=0.2
author=Jan Cabaj
email=jancabaj47@gmail.com

about=This plugin converts Slovak cadastral GML files (Register C and Register E) to GeoPackage (GPKG) or DXF format. It automatically handles coordinate transformation from EPSG:4258 to EPSG:5514, fixes corrupt parcels with swapped coordinates, and applies default styling. Supports batch processing of multiple GML file pairs.

	IMPORTANT: Users must first install the required coordinate transformations according to instructions at: https://www.skgeodesy.sk/files/gku/produkty-sluzby/na-stiahnutie/s-jtsk_jtsk03_v_qgis.pdf

	Support creator at: https://ko-fi.com/jancabaj

tracker=https://github.com/jancabaj/kngml2gpkg/issues
repository=https://github.com/jancabaj/kngml2gpkg
# 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=cadastre,gml,gpkg,dxf,conversion,slovakia,transform

homepage=https://github.com/jancabaj/kngml2gpkg
category=Vector
icon=assets/icon.png
# 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=

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

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

