-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.txt
executable file
·19 lines (19 loc) · 1017 Bytes
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[general]
name=FitLoader
description=A simple plugin to import FIT files
qgisMinimumVersion=3.0
author=Gianluca Rossi
category=Vector
version=1.0.1
icon=icons/fit_loader.png
tags=python,garmin,FIT,fitparse,vector,importer
homepage=https://github.com/glucawork/fitloader
repository=https://github.com/glucawork/fitloader
tracker=https://github.com/glucawork/fitloader/issues
plugin_dependencies=python-fitparse
about=This plugin imports FIT files into a point vector layer, utilizing the python-fitparse module. Only records with geographic coordinates are included, so activities recorded indoors, for instance, will be excluded. All data from the imported records are stored as attributes in the point vector layer.
changelog=Versions:
1.0.1 - Replace QMetaData with QVariant to guarantee compatibility with 3.34 version LTR
Add one more field (num_seg) that enumerates the subtracks created with start and stop signals
1.0 - First stable version