; 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.1
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.1 - Enhanced analytical dashboard with fingerprint metrics, urban structure signature, dominant and secondary axis interpretation, gridness and radiality indicators, classification confidence, multi-city rose grid layout, light/dark theme options, bilingual dashboard labels, CSV metrics export, and TXT narrative summary.
tags=OSMnx,network orientation,entropy,rose diagram,QGIS,urban morphology,urban planning
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

