[general]
name=ReconstructLine
qgisMinimumVersion=3.22
description=Reconstruct linear features from unordered points
description[ru]=Реконструировать линейные объекты из неупорядоченных точек
about=Reconstruct linear features from points. Points can be unordered (mixed) time-wise, only spatial location of points is considered. This is NOT a simple 'connect the dots as they are in the table' mechanism (for that – check Points2One plugin). Developed by NextGIS. Any feedback is welcome at https://nextgis.com/contact
about[ru]=Реконструировать линейные объекты по точкам. Точки могут быть неупорядоченными (смешанными) во времени, учитывается только пространственное расположение точек. Это НЕ простой механизм «соединить точки так, как они есть в таблице» (для этого проверьте плагин Points2One). Разработан компании NextGIS. Любые отзывы приветствуются на https://nextgis.com/contact.
version=0.8.0
author=NextGIS

email=info@nextgis.com

tags=Vector Point Line Merge OTF
homepage=https://github.com/nextgis/ReconstructLine
tracker=https://github.com/nextgis/ReconstructLine/issues
repository=https://github.com/nextgis/ReconstructLine
category=Vector
icon=icons/save_line.png
experimental=False
deprecated=False
video=https://youtu.be/fw59AbimSPU
video[ru]=https://youtu.be/ezk8Jot6rCg

changelog=
    0.8.0
        * Fixed NumPy API errors
        * Updated the "About plugin" dialog
        * Added plugin item to help menu
    0.7.0
        * Updated for QGIS 3 (thanks Marco @CEZERT)
    0.6.0
        * Add new connecting method (based on Minimum Spanning Tree)
        * Fix bugs
    0.5.0
        * Update metadata
    0.4.0
        * GUI Changes
        * Fix small errors
        * Rename plugin
    0.3.0
        * Algorithm optimizations
    0.2.0
        * Fix many bugs
        * Improve algorithm
