# 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=GPX Segment Importer
qgisMinimumVersion=3.0
description=This plugin imports an GPX file and creates short line segments between the track points
version=2.0
author=Simon Gröchenig @ Salzburg Research
email=simon.groechenig@salzburgresearch.at

about=This plugin imports an GPX file and creates short line segments between the track points. Features include:
    * Select one or multiple GPX files with the same data structure at once and create short line segments between the track points.
    * Read all attributes available from each track point at the segment start and/or end. This includes the timestamp and the elevation as well as any other attributes added to a track point.
    * To gain full control over the data, you can edit the attribute table before creating the segment layer. The user can select the attributes that should be included in the layer, modify the attribute label and change the data type (integer, double, boolean or string) if the automatic type detection failed, e.g. at numeric data that contains “Null” or “None” values.
    * The plugin detects attributes that do not have a value and deselects it. Values can still be selected manually.
    * Optionally use an alternative coordinate reference system (default is EPSG:4326).
    * Optionally calculate distance, speed and duration between track points.
    * Create a temporary memory layer or write the layer to a GeoPackage.

tracker=https://github.com/SGroe/gpx-segment-importer/issues
repository=https://github.com/SGroe/gpx-segment-importer
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=2.0 -qgis3 (2018-02-01)
    - Support for QGIS3
    - Use of message and progress bar
    1.4 @qgis2 (2018-02-01)
    - Use of message and progress bar
    1.3 (2018-01-15)
    - Write track layer in GeoPackage instead of ESRI Shapefile
    - Store last input/output directory in QGIS settings
    - Optionally calculate duration between track points
    1.2 (2017-12-21)
    - Option to add attributes from start/end/both track point(s)
    - Optionally calculate distance and speed between track points
    1.1 (2017-12-19)
    - New SVG icon
    - Improved boolean handling
    1.0 (2017-12-18)
    - Initial release

# Tags are comma separated with spaces allowed
tags=GPX,segments,importer

homepage=https://github.com/SGroe/gpx-segment-importer
category=Vector
icon=icon.svg
# experimental flag
experimental=False

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

