# This file contains metadata for your plugin.
# This file should be included when you package your plugin.

# Mandatory items:

[general]
name=CO2GIS
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=CO₂ transport pipeline routing and CAPEX estimation for CCS infrastructure planning.
version=0.2.1
author=Rodrigo Pintassilgo
email=co2gis.support@gmail.com

about=CO2GIS is an open-source QGIS plugin for planning CO₂ transport pipeline infrastructure. It integrates raster-based least-cost path (LCP) routing with cell-level capital-cost (CAPEX) estimation, enabling optimal pipeline corridor selection under multi-criteria land constraints. The plugin implements the COMET cost surface framework, hydraulic pipeline sizing via the Darcy-Weisbach equation, and automatic booster station placement on long segments. Two estimation modes — precise cell-by-cell and fast point-sampling — let users tune the accuracy/speed trade-off. Requires the GRASS GIS provider bundled with QGIS.

tracker=https://github.com/rpintassilgo/co2gis-qgis-plugin/issues
repository=https://github.com/rpintassilgo/co2gis-qgis-plugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

changelog=0.2.1 - Packaging: exclude dev-only config (.pre-commit-config.yaml, pyproject.toml) from the published plugin ZIP.
    0.2.0 - QGIS 4 / Qt6 support; fixes: worker-thread crashes, false success on errors, price estimation returning 0; internal refactor (centralized COMET model, core/UI separation, DRY); added Ruff + pre-commit.
    0.1.0 - Initial release: COMET multi-criteria cost surface, GRASS-based LCP routing, CAPEX estimation with precise and fast modes.

# Tags are comma separated with spaces allowed
tags=carbon capture and storage, CCS, CO2, pipeline, least cost path, LCP, CAPEX, routing, raster, GRASS

homepage=https://github.com/rpintassilgo/co2gis-qgis-plugin
category=Plugins
icon=icon.png

# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# plugin_dependencies=

# If the plugin can run on QGIS Server.
server=False

license=GPL-2.0-or-later
