# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Road Emission Calculator
qgisMinimumVersion=3.0
description=The plugin calculate emissions for selected roads. The plugin using external library "EmissionCalculatorLib". This python library uses formulas and factors from EU to calculate the emission(s) from personal cars, busses to trailers of various sizes give a start and stop point.
version=0.3
author=Statens Vegvesen, Juraj Cirbus, Asbjørn Alexander Fellinghaug
email=tomas.levin@vegvesen.no, juraj.cirbus@norconsult.com, asbjorn.fellinghaug@webstep.no

about=RoadEmissionCalculator is a plugin to easily calculate emissions for selected vehicle and suggested road(s) between two points. Optionally is possible to present calculated emission(s) in graph.

tracker=https://github.com/NPRA/RoadEmissionCalculator/issues
repository=https://github.com/NPRA/RoadEmissionCalculator.git
# End of mandatory metadata

# Recommended items:

changelog:
    Version 0.3:
    * Performance improvements by moving background processing parts to QThread
    * Updated plugin to work with QGIS 3.0

    Version 0.2:
    * Calculate emission(s) for personal cars.

# Tags are comma separated with spaces allowed
tags=QGIS

homepage=https://github.com/NPRA/RoadEmissionCalculator.git
category=Vector
icon=icon.png
# experimental flag
experimental=False

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

