[general]
name=Quick Road Network Path AI
qgisMinimumVersion=3.16
qgisMaximumVersion=3.99
description=Compute the fastest path between two points on a road network using the A* algorithm with optional boundary filtering and export options.
about=Quick Road Network Path AI is a QGIS plugin that converts a road network into a graph and calculates the optimal route between two user-defined points using the A* algorithm. The plugin supports snapping, travel time estimation based on speed attributes, and export to GeoPackage or Shapefile.
version=1.0.0
author=Dimitra Pappa geospatial
email=demetrapappa14@gmail.com
homepage=https://github.com/demetrapappa14-geospatial/quickRoadNetworkPathAI
tracker=https://github.com/demetrapappa14-geospatial/quickRoadNetworkPathAI/issues
repository=https://github.com/demetrapappa14-geospatial/quickRoadNetworkPathAI
category=Analysis
icon=icon.png
experimental=False
deprecated=False
tags=road network,shortest path,network analysis,A*,routing,geospatial,qgis plugin