# 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=AutomaTracks
qgisMinimumVersion=2.14
description=Automatic tracks based on least cost path algorithm
version=1.0
author=Peillet Sébastien
email=peillet.seb@gmail.com

about=Automatic tracks based on least cost path algorithm. This method fits to road planification in french guyana forest. It needs ridge polyline, that will be converted into path points. The algorithm makes least cost path based on earthwork (m3) that will be needed to build the road between the points. For more informations, DOI: 10.13140/RG.2.2.23880.42243

tracker=https://github.com/SebastienPeillet/AutomaTracks/issues
repository=https://github.com/SebastienPeillet/AutomaTracks
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=vector, raster, topography, graph theory

homepage=https://github.com/SebastienPeillet/AutomaTracks
category=Plugins
icon=icon.png
#icon modified from an icon made by Freepik from www.flaticon.com
# experimental flag
experimental=False

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

