; the next section is mandatory

[general]
name=Meta Mobility Analyzer
email=firmanafrianto@mail.ugm.ac.id
author=Firman Afrianto & Maya Safira
qgisMinimumVersion=3.0
description=Meta Mobility Analyzer is a QGIS Processing plugin for analyzing 
    Meta “Data for Good” mobility datasets (Movement Maps). 
    It aggregates daily CSVs into spatial layers (daily SHP or monthly GeoPackage),
    generates mobility metrics per region, and produces comprehensive visualizations 
    including time-series, heatmaps, boxplots, and spatial hotspots.
    The tool also supports synthetic Origin–Destination (OD) matrix generation 
    using a calibrated gravity model consistent with Meta distance-share categories (p0, p0_10, p10_100, p100p).
about=This plugin provides a complete workflow to process and visualize Meta mobility data 
    for spatial planning and transportation studies. It converts raw distance-category shares 
    into geospatial insights, visual summaries, and synthetic OD flows that can support 
    policy-making, pandemic mobility monitoring, and sustainable urban transport modeling.
    Developed by Firman Afrianto and Maya Safira.
version=1.0.0
tracker=https://github.com/firmanaf/MobiVista/issues
repository=https://github.com/firmanaf/MobiVista
; end of mandatory metadata

; start of optional metadata
category=Big Data Mobility Analysis
changelog=1.0.0 - Initial release with daily CSV aggregation, GADM integration, monthly visualization suite (PNG), and synthetic OD gravity model generation.
tags=mobility,meta,data for good,transportation,OD,gravity model,spatial analysis,urban planning,big data
homepage=https://github.com/firmanaf/MobiVista
icon=icon.png
experimental=False
deprecated=False
qgisMaximumVersion=3.99
plugin_dependencies=GDAL,NumPy,Pandas,Matplotlib

