# This file contains metadata for your plugin.

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

[general]
name=Station Offset
qgisMinimumVersion=3.0
description=This plugin computes the station and offset of points along polylines and exports those values to csv for other applications
version=1.0.4
author=Tailwater Limited
email=applications@tailwaterlimited.com

about=This plugin creates a .csv file containing the station and offset of all points in a point feature layer for each polyline in a polyline feature layer. This is usefull to convert three-dimensional survey data to two dimensional survey data (station/offset).

tracker=https://github.com/actaillacq/Station_Offset/issues
repository=https://github.com/actaillacq/Station_Offset
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes


# Tags are comma separated with spaces allowed
tags=python

homepage=https://www.tailwaterlimited.com/stationOffset.html
category=Analysis
icon=icon.png
# experimental flag
experimental=True

# 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.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

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

changelog= 1.0.1 Updated file structure to fix issue with folder structure after moving to github. Cleaned up code to use the distance calculator in all places. Added the option to identify lines by numbers. Adjusted label to identify polylines along with alignments to be more apparent to gis users. Added check for point falling on the line segment and fixed issue with the perpendicular slope (forgot minus sign). 1.0.3 Fixed error related to converting QVariant to QString on output. 1.0.4 Updated code to reduce the number of lines written to the log file because this was causing QGIS to hang.

