-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.txt
35 lines (25 loc) · 1.4 KB
/
metadata.txt
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
32
33
34
35
# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0
# This file should be included when you package your plugin.
# Mandatory items:
[general]
name=FlowMapper
qgisMinimumVersion=2.0
description=This plugin generates flow lines between discreet nodes for visualising spatial interaction data (e.g. migration, trips).
version=0.4.1
about=This plugin generates flow lines between discrete nodes for depicting spatial interaction data (e.g. migration, traffic etc.). Plugin can generate Net/Gross/TwoWay flow lines based and also the flow nodes based on an interaction matrix and a pair of coordinates supplied in plain text (txt) format. All outputs are in shapefile format. Flow and node filtering capabilities are available as well as graduated symbology options. Test dataset and brief documentation is included.
# end of mandatory metadata
# Optional items:
class_name=FlowMapper
tags= flow, spatial interaction data, movement mapping, flow mapping, OD origin destination
icon=icon.png
author=Cem GULLUOGLU
homepage=http://95.9.195.180
repository=https://github.com/cempro/flowmapper
# experimental flag
experimental=False
# bug tracker
tracker=https://github.com/cempro/flowmapper