# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Parking Space Potential
qgisMinimumVersion=3.0
description= A combination of QGIS Tools to analyze the location and capacity of public parking garages and helps to identify street side parking which could be shifted into them. 
version=2.1
author=Lisa-Marie Jalyschko
email=lisamarie.jalyschko@gmail.com

about=*TEST*This plugin analyzes the location and capacity of public parking garages and helps to identify street side parking which could be shifted into them. There are three necessary input layers: A layer containing the parking garages [point], a layer containing street side parking [polygon] and a network of walkable links [lines]. As a result, two output layers are generated. One contains all the shiftable street side parking including where they can be shifted to and the distance. The other one contains all selected parking garages including the number of street side parking shiftable into them and their new utilization rates.
The plugin uses the following external packages for python : pandas, geopandas, shapely.geometry
Guide for installation of python packages: https://landscapearchaeology.org/2018/installing-python-packages-in-qgis-3-for-windows/

tracker=https://gitlab.gwdg.de/l.jalyschko/parking_spaces/-/issues
repository=https://gitlab.gwdg.de/l.jalyschko/parking_spaces
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python, traffic, Parking, garages, urban, cars, shift

homepage=https://gitlab.gwdg.de/l.jalyschko/parking_spaces
category=Plugins
icon=icon-parking-garage.png
# experimental flag
experimental=False

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

