# This file contains metadata for your plugin.

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

[general]
name=Transit Reachability Analyser
qgisMinimumVersion=3.0
description=Using OpenTripPlanner to calculate public transport reachability from a starting point to all stops in a GTFS feed.
version=v1.0.0-beta
author=Julek Weck
email=j.weck@tu-braunschweig.de

about=With the Transit Reachability Analyser plugin, one can calculate and visualize the reachability of public transport. The itineraries are calculated by OpenTripPlanner. As a result, a point layer with an attribute table is created, providing various information for each station. The results can be displayed as a heatmap. If a polygon layer is generated based on the point layer, it can also be colored in the various color schemes provided by the plugin. Reachability is represented using the indicators travel time, travel time ratio, frequency, walking time, and transfer count.

tracker=https://github.com/ThanDerJoren/transitReachabilityAnalyser/issues
repository=https://github.com/ThanDerJoren/transitReachabilityAnalyser.git
# 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=public transport, accessibility, gtfs, opentripplanner, heatmap, network analysis, street network, mobility, urban planning, analysis, isochrones, routing, transportation, otp

homepage=https://github.com/ThanDerJoren/transitReachabilityAnalyser.git
category=Plugins
icon=icon.png
# experimental flag
experimental=True

# 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

