; the next section is mandatory

[general]
name=Road Network Orientation OSMnx (Rose Diagram)
email=firmanafrianto@mail.ugm.ac.id
author=Firman Afrianto
qgisMinimumVersion=3.34
description=Road Network Orientation OSMnx (Rose Diagram) is a QGIS plugin that computes and visualizes street network orientation using OSMnx and Shannon entropy.
    It supports two modes:
    1. OSMnx Place(s) mode for querying places via Nominatim.
    2. QGIS Layer mode for analyzing custom line layer data.
about=This plugin enables urban morphology analysis by providing network subplots and orientation rose diagrams sorted by entropy.  
    It leverages OSMnx by Geoff Boeing for all network retrieval and bearing calculations.
version=1.0.0
tracker=https://github.com/firmanaf/Road-Network-Orientation-OSMnx/issues
repository=https://github.com/firmanaf/Road-Network-Orientation-OSMnx
; end of mandatory metadata

; start of optional metadata
category=Urban and Regional Planning Analysis
changelog=1.0.0 - Initial stable release with OSMnx and QGIS layer modes, inclusive of sorted entropy visualization.
tags=OSMnx,network orientation,entropy,rose diagram,QGIS,urban morphology
homepage=https://github.com/firmanaf/Road-Network-Orientation-OSMnx
icon=icon.png
experimental=False
deprecated=False
qgisMaximumVersion=3.99
plugin_dependencies=osmnx,geopandas,matplotlib,networkx

