; 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 Distribution). It reads daily CSV files, joins them with administrative boundaries, converts distance-share categories into spatial layers, and generates rich analytical outputs including daily summaries, monthly averages, per-category charts, heatmaps, boxplots, and spatial hotspot visualizations. The plugin 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, transport analysis, and regional mobility studies. It transforms raw distance-category shares into geospatial insights, structured visual summaries, and optional synthetic OD flows. The plugin supports three output modes: daily SHP files, monthly GeoPackage with one layer per day, and monthly GeoPackage containing only monthly_avg for a true monthly-only summary. It also reports main outputs through clickable links in the QGIS log. Developed by Firman Afrianto and Maya Safira.
version=1.0.2
tracker=https://github.com/firmanaf/MobiVista/issues
repository=https://github.com/firmanaf/MobiVista

; end of mandatory metadata

; start of optional metadata
category=Vector
changelog=1.0.2 - Unified light warm visualization theme across all chart outputs: warm parchment background (F5F0E8), warm-toned category palette (sage green / amber / burnt orange / deep red), YlOrBr/YlOrRd colormaps for heatmaps and hotspot scatter, fill-under area on trend lines, trend direction annotation with slope value, inline value labels on horizontal bar charts, and dynamic aspect ratio for hotspot maps.
tags=mobility,meta,data for good,transportation,origin destination,gravity model,spatial analysis,urban planning,big data,movement maps
homepage=https://github.com/firmanaf/MobiVista
icon=icon.png
experimental=False
deprecated=False
qgisMaximumVersion=3.99
plugin_dependencies=GDAL,NumPy,Pandas,Matplotlib