# This file contains metadata for your plugin.

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

[general]
name=Zonal Line Length
qgisMinimumVersion=3.0
description=This plugin calculate line length within polygon.
version=0.20250527
author=Sanda Takeru
email=takeru_sanda999@maff.go.jp

about=This plugin accurately calculates the length of lines contained within each polygon. The calculated distance depends on the coordinate reference system (CRS) of the input layer. To get accurate distances, it is recommended to use a projected coordinate system in meters.<br>Even if a line spans multiple polygons, the line is split at the polygon boundaries so that the length is not calculated twice. However, if the line completely coincides with the polygon boundary (for example, if it overlaps exactly along the boundary), the line may not be processed correctly. This is due to the specifications of the geometry intersection test and split processing.

tracker=https://github.com/SandaTakeru/ZonalLineLength/issues
repository=https://github.com/SandaTakeru/ZonalLineLength
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=line, polygon

homepage=https://github.com/SandaTakeru/ZonalLineLength
category=Analysis
icon=icon.jpeg
# 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

