# This file contains metadata for your plugin.

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

[general]
name=Line similarity
qgisMinimumVersion=3.0
description=Calculate similarity between 2 lines
version=0.2
author=Julie Pierson, UMR 6554 LETG, CNRS
email=julie.pierson@univ-brest.fr

about=This script measures shape similarity between line geometries 2-by-2, independently of translation, scale or rotation. It takes 2 line layers as input, and their id field. Lines from each layer with same id get compared, and similarity measures using different statistical tests are computed. Output is a CSV with the statistical results and p-values, and 2 CSV with the data used to compute the tests (one for each layer). Statistical tests used are Spearman, Student and Wilcoxon. Thanks to Grégoire Le Campion (UMR Passages, CNRS) for his input on statistics ! This plugin is added in processing, in a provider called shape analysis.

tracker=https://github.com/juliepierson/qgis_line_similarity
repository=https://github.com/juliepierson/qgis_line_similarity
# End of mandatory metadata

# Recommended items:

asProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog= Version 0.2 - 01/2021
    - allow for multiple lines in input layers, using same id to make pairs
    - lines in same pair get same number of vertex prior to statistical tests

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/juliepierson/qgis_line_similarity
category=Analysis
icon=icon.png
# experimental flag
experimental=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=
