[general]
name=Profile tool
qgisMinimumVersion=2.8
qgisMaximumVersion=3.99
description=Plots terrain profile
about=This tool plots profile lines from raster layers. Supports multiple lines as well as export to svg, pdf, png or csv file. Works also with Matplotlib plotting library.
category=Raster
version=4.0.0
author=Borys Jurgiel - Patrice Verchere - Etienne Tourigny
email=etourigny.dev@gmail.com

changelog=
    4.0.0 : update for qgis 2 and 3 and code cleaning
    3.7.1 : Remove ancient code and fix compatibility with QGIS 2.16
    3.7.0 : Mouse tracking and pluginlayer adaptations
    3.6.7 : Add option to include coordinates to the csv output (by martst)
    3.6.6 : Adjustable Y scale, proprer representation of nodata values in Qwt5 plots
    3.6.5 : Refresh the plot when layer's dataChanged signal is emitted (by Martin Dobias)
    3.6.4 : bugfixes from radosuav
    3.6.3 : fix bugs #6870, #9002 and #9111
    3.6.2 : fix bugs #8890, #8945 and again #6679
    3.6.1 : support for plugin layers for QGIS API 2 (by Peter Wells)
    3.6.0 : update to sip api v2 (and qgis 2.0)
    -----------------------------------------------------------------
    3.5.6 : fix bugs #8890, #8945 and again #6679
    3.5.5 : support for plugin layers for QGIS API 1 (by Peter Wells)
    3.5.4 : fix color bugs #6870
    3.5.3 : fix bugs with new api 2.0
    3.5.2 : fix bugs #6679 and #6680
    3.5.1 : fix error with matplotlib-1.1.1
    3.5.0 : UI improvements, bugfixes, support qgis 1.9, fix when qwt absent
    3.4.0 : add matplotlib library
    3.3.1 : Add polyline selection
    3.2.1 : Add table
    3.2   : Docking widget and new ui
    3.1   : Bug fixes
    3.03  : Adjust resolution and mark polyline on graph
    3.02  : enable multiband query
    3.01  : Add metadata.txt
    3.0   : -Enable profile along polyline
            -Enable "on the fly" working with raster

tags=raster,profile

homepage=https://github.com/etiennesky/profiletool
tracker=https://github.com/etiennesky/profiletool/issues
repository=https://github.com/etiennesky/profiletool
icon=icons/profileIcon.png

experimental=False
deprecated=False
