[general]
name=ODKTrace2WKT
qgisMinimumVersion=3.0
description=This plugin converts ODK geotraces to Well-Known Text
version=0.1
author=Samweli Mwakisambwe
email=smwltwesa6@gmail.com

about=Converts geotraces from ODK to Well-Known Text, Takes a CSV file containing line strings from an OpenDataKit Geotrace, which consist of a series of text coordinates, and returns a similar CSV file with properly formatted Well-Known Text (WKT) linestrings (and points). Funded by Ramani Huria, developed by Samweli Mwakisambwe

tracker=https://github.com/ResilientDar/odktrace2wkt/issues
repository=https://github.com/ResilientDar/odktrace2wkt
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

changelog=
    Version 0.1
    - Complete convertion of geotrace to wkt
    - Automatic geotrace column detection
    - Automatic file delimiter detection
    - Load result layer after completing convertion

# Tags are comma separated with spaces allowed
tags=csv, delimitation, wkt

homepage=https://github.com/ResilientDar/odktrace2wkt
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# 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

