# 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=Adaplin Tool
qgisMinimumVersion=3.0
description=It performs semiautomatic vectorization of a road based on a raster image. 
            
               
version=0.4
author=Marcel Rotunno, Guilherme Abelha and Pedro Ceccopieri
email=lpg@ime.uerj.br

about=This plugin was developed for the master's thesis of Marcel Emanuelli Rotunno at the Rio de Janeiro State University (UERJ). It aims to improve produtivity of roads cartographic restitution by the Brazilian Institute of Geography and Statistics (IBGE). The dissertation in Portugueese is included in the plugin's documentation, at the link provided below.
      By and large, the AdapLin tool adds 2 intermediate points to each segment marked by the user, seeking to maximize the properties of a road.
      For that aim, the road must have pixel values higher than its surroundings in the input bands. The use of RGB bands is suggested.
      The official User Manual can be downloaded in: https://github.com/LPG-Uerj/AdapLinQGIS/blob/master/documentation/Adaplin_Plugin_for_QGis_User_Manual.pdf 
      More information in: https://github.com/LPG-Uerj/AdapLinQGIS
      

tracker=https://github.com/LPG-Uerj/AdapLinQGIS/issues
repository=https://github.com/LPG-Uerj/AdapLinQGIS
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog: 
changelog=AdapLin plugin version 0.4 for QGis 3. Several issues solved and all code was ported to QGis 3 and Qt5. 
Sample data and documentation: https://github.com/LPG-Uerj/AdapLinQGIS/blob/master/documentation/
All project files: https://github.com/LPG-Uerj/AdapLinQGIS/

# Tags are comma separated with spaces allowed
tags=IBGE,road extraction,semiautomatic vectorization 

homepage=https://github.com/LPG-Uerj/AdapLinQGIS
category=Plugins
icon=AdaplinIcon.png
# experimental flag
experimental=False

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

