# This file contains metadata for your plugin.

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

# Mandatory items:

[general]
name=Kozu XML Integrator
qgisMinimumVersion=3.40
description=Cross-references cadastral XML (Kozu) with forest planning maps for on-site boundary survey support.
version=0.1.6
author=Hideharu Masai
email=hideharumasai@void.mints.ne.jp

about=A QGIS plugin that cross-references Japanese Legal Affairs Bureau cadastral map XML (Kozu) with forest planning maps and parcel information, applies minor positional adjustments, and provides support for survey investigations. It does not perform automatic boundary determination; it is intended for area determination for on-site boundary verification. / 公図XML整合ツール — 法務局地図XML（公図）を森林計画図の地番情報と照合し、位置の微調整を行い照合する調査のサポートを提供します。境界の自動確定は行わず、現地立会いのための区域確定を目的とします。

tracker=https://github.com/raw-slnc/kozu_xml_integrator/issues
repository=https://github.com/raw-slnc/kozu_xml_integrator
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=
    0.1.6 - Internal code cleanup; no functional changes
    0.1.5 - Minor fixes
    0.1.4 - Add chiban matching feature across XML files in the list
    0.1.3 - Minor bug fixes
    0.1.2 - Fix Windows crash (xmlDictFree) at QThread startup: replace lxml with stdlib xml.etree.ElementTree, add gc.collect() before thread start
    0.1.1 - Fix Windows crash from batch QgsGeometry GC: replace geometry cache with WKT strings, use pure-Python shoelace formula for area calculation

tags=cadastral,xml,forest,vector,japan,land registry,kozu,boundary

homepage=https://github.com/raw-slnc/kozu_xml_integrator
category=Vector
icon=icon.png
experimental=False
deprecated=False
server=False
