[general]
name=Walk Potential
qgisMinimumVersion=3.34
description=A plugin to analyze pedestrian demand for urban planning
version=0.3.0
author=Mark Stosberg
email=mark@stosberg.com
license=GPLv2+

about=This plugin generates a heatmap showing the degree to which locations
	have pedestrian access to shops, parks, restaurants, and other services
	nearby. It is not a "walkability" metric because comfort is not considered. Instead it's a useful planning tool to combine
	with other metrics of sidewalk presence like condition to determine where to prioritize funding pedestrian facilities.
	
	By default, it uses a free isochrone service to calculate travel times which may be slow or have usage limits. Alternately, you can
	supply your own service URL. OpenStreetMap is queried to determine nearby amenities.
	
	A default set of amenities is provided, but you can provide your own. See README.md for more details.

tracker=https://gitlab.com/markstos/qgis-walk-potential/issues
repository=https://gitlab.com/markstos/qgis-walk-potential
# End of mandatory metadata

# Recommended items:
hasProcessingProvider=yes
changelog=https://gitlab.com/markstos/qgis-walk-potential/-/releases

# Tags are comma separated with spaces allowed
tags=analysis, walking, urban planning, bicycling.

homepage=https://mark.stosberg.com/new-software-to-calculate-walk-potential-for-cities/
category=Analysis
icon=icons/walk-potential.png
experimental=True
deprecated=False

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

