# 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=Space Syntax Toolkit
qgisMinimumVersion=3.10
description=Collection of tools for space syntax analysis workflows in a GIS environment.
version=0.3.10
author=Jorge Gil, Ioanna Kovolou, Abhimanyu Acharya, Stephen Law, Laurens Versluis, Petros Koutsolampros
email=jorge.gil@chalmers.se

# end of mandatory metadata

# Optional items:

about=The “Space Syntax Toolkit” is a QGIS plug-in offering user friendly space syntax analysis workflows in a GIS environment.
    It provides a front-end for the depthmapX software within QGIS, for seamless spatial network analysis.
    Furthermore, it includes tools for urban data management and analysis, namely land use, entrances, frontages, pedestrian movement, road centre lines, and service areas.
    Originally developed at the Space Syntax Laboratory, The Bartlett, UCL, the plugin includes contributions from Space Syntax Limited.
    Mailing list: spacesyntax-toolkit@jiscmail.ac.uk
    Dependencies: For network analysis requires depthmapXnet 0.35. It can be downloaded from: http://archtech.gr/varoudis/depthmapX/?dir=depthmapXnet
category = Vector
changelog=
    0.3.10 -
    * fixes issues #194, #199, #203, #188, #164 and #189
    * fixes issues #205, #206
    0.3.9 -
    * Fix adding new landuse feature
    * Fix the custom-cost catchment analysis
    0.3.8 -
    * Make sure the project CRS is used when pushing to PostGIS
    * Warn user if no database info not filled
    0.3.7 -
    * Minor fix for the RCL cleaner
    * Various fixes for the Urban data input tool
    0.3.6 -
    * Proper handling of multi-part geometry in axial verification
    * Various invalid geomety fixes
    0.3.5 -
    * Fix pushing to postgis after analysis
    0.3.4 -
    * Fix segmenter and cleaner error handling
    * Remove wkbType hardcoded numbers where possible
    0.3.3 -
    * Minor fixes, mainly for unlinks to be usable in other engines
    0.3.2 -
    * Fix analysis unlinks
    0.3.1 -
    * Fix shapefile picker
    * Make analysis engine agnostic
    0.3.0 -
    * First release for QGIS 3
    0.2.1 -
    * fixes bug with monochrome styles in explorer
    * fixes issues #162, #168
    0.2.0 - First expanded release:
    * integrates 4 new modules contributed by Space Syntax Ltd
    0.1.8 -
    * fixes issues #155 and #156
    0.1.7 -
    * fixes related to the new analysis of segment and road centre line maps
    0.1.6 -
    * analyse segment and road centre line maps without segmentation of input
    * fix #143 duplicate id column names would caused one to be dropped
    0.1.5 -
    * fix #141 support large numbers in shape files by using double instead of int
    * fix #140 datastore dialog works when no Postgis connection is present
    0.1.4 -
    * fix #130 to deal with folders and files in different encodings
    * updated packaged networkx to 1.11
    0.1.3 -
    * fix #128 to calculate NAIN as recommended for depthmapX
    0.1.2 -
    * deal with features with NULL geometry
    * fixed issue extracting orphan ids
    0.1.1 -
    * docking windows are loaded with GUI ini
    * removed Mac OSX folders and files from package
    0.1.0 - First public release:
    * faster scatter plot selection
    * small bug fixes and enhancements
    0.0.5 beta:
    * new toolbar
    * improved point and polygon symbology
    * fixed scatter plot with NULL values
    * introduced chart selection
    * regression line and r2 calculation
    * show/hide chart lines (Mac OSX render bug)
    * fixes to unlinks ids
    * improvements to graph verification
    * stubs removal added (needs latest dXn)
    0.0.4 beta:
    * includes external Python packages
    * postgis integration
    * minor bug fixes
    0.0.3 beta:
    * more bug fixes
    * round values in statistics panels
    0.0.2 beta:
    * bug fixes
    0.0.1 beta:
    * initial release for UCL and affiliates

# tags are comma separated with spaces allowed
tags= network analysis,spatial analysis,numeric attribute visualisation, space syntax

homepage=https://github.com/SpaceGroupUCL/qgisSpaceSyntaxToolkit
tracker=https://github.com/SpaceGroupUCL/qgisSpaceSyntaxToolkit/issues
repository=https://github.com/SpaceGroupUCL/qgisSpaceSyntaxToolkit/tree/master/esstoolkit
icon=icons/esst_logo.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False
