; the next section is mandatory

[general]
name=AutoOD & AgentSim from WorldPop
email=firmanafrianto@mail.ugm.ac.id
author=Firman Afrianto
qgisMinimumVersion=3.0
description=AutoOD & AgentSim from WorldPop is a QGIS plugin that automatically builds Origin–Destination (OD) matrices and simulates individual trips based on WorldPop raster data. 
    Key features include:
    1. Zone grid creation from boundary with WorldPop aggregation.
    2. Gravity model OD matrix with configurable parameters.
    3. Agent-based trip sampling with optional GIF animation.
    4. Post-processing: generation/attraction, main routes extraction, and DBSCAN clustering.
about=This plugin bridges population data and mobility simulation for urban and regional planning. It enables planners to analyze spatial interaction, visualize mobility flows, and communicate results through OD lines, clusters, and animated GIFs.
version=1.0.1
tracker=https://github.com/firmanaf/AutoOD-AgentSim-WorldPop/issues
repository=https://github.com/firmanaf/AutoOD-AgentSim-WorldPop
; end of mandatory metadata

; start of optional metadata
category=Urban and Regional Planning Analysis
changelog=
    1.0.1 - Fixed GIF rendering distortion (aspect ratio preserved), added heatmap animation, added road/boundary overlays, added static trails PNG.
    1.0.0 - Initial release with OD matrix, agent sampling, road network integration, clustering, and GIF animation.
tags=OD,WorldPop,agent simulation,transport,gravity model,urban planning
homepage=https://github.com/firmanaf/AutoOD-AgentSim-WorldPop
icon=icon.png
experimental=False
deprecated=False
qgisMaximumVersion=3.99
plugin_dependencies=numpy,rasterio,networkx,matplotlib,imageio
