-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.txt
40 lines (30 loc) · 1.68 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=Interface Catchment
qgisMinimumVersion=3.0
description=Calculates the interface catchment on urban blocks within a specified walking distance.
version=2.0.3
author=Ivan Majic
about=This is a plugin for calculating the interface catchment on urban blocks within a specified walking distance. 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 IC is available online (https://vimeo.com/elekpafka/ic).
tracker=https://github.com/Awapic/IC/issues
repository=https://github.com/Awapic/IC
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=2.0.3
- Resolved the issue of plugin not working properly in QGIS >= 3.4.
# Tags are comma separated with spaces allowed
tags=walkability, IC, interface catchment, urban morphology, street network
homepage=https://github.com/Awapic/IC
category=Plugins
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False