; the next section is mandatory

[general]
name=NEBULA Network-Based Urban Location Analyzer
email=firmanafrianto@mail.ugm.ac.id
author=Firman Afrianto, Maya Safira
qgisMinimumVersion=3.0
description=NEBULA (Network-Based Urban Location Analyzer) is a QGIS plugin designed to support evidence-based planning of urban facilities using network accessibility analysis and facility location optimization.

    The plugin evaluates existing facilities, identifies underserved demand areas, and recommends optimal facility locations using classical operations research models such as the Maximum Coverage Location Problem (MCLP) and the P-Median model.

    NEBULA integrates graph-based spatial analysis, demand coverage evaluation, and spatial equity diagnostics to provide robust decision-support for infrastructure planning and service allocation.

    The tool supports a wide range of planning applications including:
    1. Public transport stop planning
    2. Healthcare and education facility allocation
    3. Waste management infrastructure planning
    4. Public space accessibility assessment
    5. Emergency and evacuation facility placement

about=NEBULA provides an integrated spatial intelligence framework for analyzing and optimizing urban facility systems based on network accessibility.

    The plugin combines concepts from spatial network science, operations research, and urban planning to evaluate facility coverage, identify spatial service gaps, and generate optimized facility location scenarios.

    It includes analytical diagnostics such as population coverage assessment, accessibility distance statistics, spatial equity indicators (Gini and Theil indices), and visual analytics including accessibility histograms, Lorenz curves, and facility performance charts.

    NEBULA is designed for research, planning practice, and spatial decision-support systems in urban and regional planning.

version=1.0.1
tracker=https://github.com/firmanaf/NEBULA/issues
repository=https://github.com/firmanaf/NEBULA

; end of mandatory metadata


; start of optional metadata
category=Urban and Regional Planning Analysis
changelog=1.0.0 - Initial stable release of NEBULA with network-based facility audit, service gap analysis, and optimization tools using MCLP and P-Median models.
tags=facility location,urban planning,network analysis,spatial optimization,urban planning,location allocation,transport planning,spatial equity,smart city
homepage=https://github.com/firmanaf/NEBULA
icon=icon.png
experimental=False
deprecated=False
qgisMaximumVersion=3.99
plugin_dependencies=networkx,numpy,matplotlib,pandas