{"name": "Short Path", "package_name": "short_path", "description": "Find shortest path between points based on line (network) layer.", "about": "This plugin is for finding shortest path between two point layers based on one line layer used as a network layer. Plugin was inspired by water utility network maintenance process where Loggers are sensors and Leaks are faults on the pipeline. Pipe network - line layer (should have attributes like a pipe diameter, pipe material, etc) Leak - point layer (should have ID, Logger ID, lat, long attributes) Logger - point layer (should have ID, lat, long attributes) For the path finding is used Dijkstra's algorithm and output is a new memory line layer with same attributes as a network layer plus full length attribute. Download test layers package here:  https://github.com/rewaza/rewaza.github.io/blob/main/shortpath/test_net.zip", "homepage": "https://rewaza.github.io/shortpath", "repository": "https://github.com/rewaza/shortpath", "tracker": "https://github.com/rewaza/shortpath/issues", "author": "Revaz Gviniashvili", "tags": ["calculator", "point", "analysis", "network analysis", "routing", "network", "line", "processing"], "downloads": 2905, "latest_version": "0.1", "versions": [{"version": "0.1", "experimental": true, "qgis_min": "3.0.0", "qgis_max": "3.99.0", "downloads": 2911, "uploaded_by": "rewaza", "upload_datetime": "2021-02-26T11:54:30.645635"}]}