-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.txt
40 lines (30 loc) · 1.76 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
36
37
38
39
# 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=AwaP
qgisMinimumVersion=3.0
description= This plugin takes in outlines of urban blocks and the boundary of area of interest, and calculates area-weighted average parameter (AwaP)
version=2.0.2
author=Ivan Majic
email=imajicos@gmail.com
about=This plugin calculates area-weighted average perimeter (AwaP) of urban blocks within the defined area. The tool removes dead-end streets up to a specified maximum street width. This method was first presented in Pafka E. and Dovey K. (2017), Permeability and interface catchment: measuring and mapping walkable access (https://www.tandfonline.com/doi/abs/10.1080/17549175.2016.1220413); and this plugin is presented in Majic I. and Pafka E. (2019), AwaP-IC - An Open-Source GIS Tool for Measuring Walkable Access (https://www.mdpi.com/2413-8851/3/2/48). The video tutorial for AwaP is available online (https://vimeo.com/elekpafka/awap).
tracker=https://github.com/Awapic/AwaP/issues
repository=https://github.com/Awapic/AwaP
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=2.0.2
- Fixed a Python issue with plugin not loading in QGIS 3.4
# Tags are comma separated with spaces allowed
tags=permeability, urban morphology, street network
homepage=https://github.com/Awapic/AwaP
category=Plugins
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False