-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.txt
More file actions
31 lines (25 loc) · 1.04 KB
/
metadata.txt
File metadata and controls
31 lines (25 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Mandatory items:
[general]
name=OSM Map Matching
author=Gianluca Rossi
email=grossi@gmail.com
qgisMinimumVersion=3.14
description=Aligns GPS route points with OpenStreetMap (OSM) roads and applies OSM data fields to the output layer.
version=1.1
experimental=False
about=The OSM Map Matching plugin processes a vector layer of route points and aligns them to OpenStreetMap (OSM) roads.
The plugin creates a line layer with enriched attributes from the OSM data, ensuring precise alignment of routes.
This plugin requires the Python modules networkx, geopy, and python-heapq: see README.txt.
tracker=https://github.com/glucawork/osm_map_matching/issues
repository=https://github.com/glucawork/osm_map_matching
homepage=https://github.com/glucawork/osm_map_matching
# Recommended items:
tags=map matching, OpenStreetMap, GPS, routing, vector alignment
category=Vector
icon=icon.png
server=False
hasProcessingProvider=no
deprecated=False
changelog=
1.1 Added detailed OSM field mapping to output layers
1.0 Initial release