QGIS Python Plugins Repository
Line similarity
Plugin ID: 2247
(0) votes
Calculate similarity between 2 lines
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.
- Author
- Julie Pierson, UMR 6554 LETG, CNRS
- Maintainer
- jpierson
- Tags
- python
- Plugin home page
- https://github.com/juliepierson/qgis_line_similarity
- Tracker
- Browse and report bugs
- Code repository
- https://github.com/juliepierson/qgis_line_similarity
- Latest experimental version:
- 0.2
- Plugin ID
-
2247