[general]
name=TopoTidy
qgisMinimumVersion=3.16
description=Processing tools for line network cleanup: removing disconnected segments, snapping gappy endpoints, finding dangles, and removing duplicate lines (roads, rivers, pipes, etc.)
version=1.1.0
author=Muhammad Kholifatkhur Rohman
email=muhammadkoliatkhurrohman@gmail.com

about=TopoTidy adds four line-network cleanup algorithms to the QGIS Processing Toolbox: "Remove Disconnected Network Lines" (groups segments into network components using Union-Find and keeps only the main network by total length, segment count, or the largest component), "Snap Network Endpoints" (closes small digitizing gaps by snapping nearby endpoints together), "Find Dangling Endpoints" (flags loose ends that don't touch any other feature), and "Remove Duplicate Lines" (removes exact geometric duplicates left over from merged datasets).

tracker=https://github.com/muhammadkholifatkhurrohman-spec/TopoTidy/issues
repository=https://github.com/muhammadkholifatkhurrohman-spec/TopoTidy

hasProcessingProvider=yes
tags=network,lines,topology,cleanup,roads,rivers,pipes,processing,connectivity,snap,dangles,duplicates,gaps,endpoints

homepage=https://github.com/muhammadkholifatkhurrohman-spec/TopoTidy
category=Analysis
icon=icon.png
experimental=False
deprecated=False

server=False
