; This file contains metadata for your plugin.
; All metadata must be in UTF-8 encoding.
; the next section is mandatory

[general]
name=GtfsShapesCreator
author=Luigi Dal Bosco
email=luigi.dalbosco@gmail.com
qgisMinimumVersion=3.34
description=Generates GTFS shapes.txt files by routing transit lines on OpenStreetMap road and rail networks, with current support for opentransportdata.swiss
about=The GTFS Shapes Creator plugin for QGIS enables users to generate public transport routes from opentransportdata.swiss GTFS datasets using OpenStreetMap (OSM) road and rail networks. The plugin automatically computes the trajectories of buses, trams, trains, and funiculars between each pair of consecutive stops along their dedicated infrastructure. It provides a step-by-step workflow to:
    - import the data, 
    - validate it, 
    - calculate the routes, and 
    - automatically generate the shapes.txt file (integrated back into the original GTFS), which can be used for visualization in MaaS applications, such as FlowRide.
    Currently configured for the regions of Geneva, Nyon, and Morges (in Switzerland), the tool can be adapted for other cities upon request.
version=version 1.0.2

license=LGPL-3.0-or-later

tracker=https://github.com/skagejj/gtfs_shapes_creator/issues
repository=https://github.com/skagejj/gtfs_shapes_creator


; end of mandatory metadata

; start of optional metadata
category=Vector
changelog=1.0.2 - Fixed minor bug; 1.0 - First stable release


; Tags are in comma separated value format, spaces are allowed within the
; tag name.
; Tags should be in English language. Please also check for existing tags and
; synonyms before creating a new one.
tags=GTFS, public transport, OpenStreetMap, OSM, routing, shapes.txt, transit

; these metadata can be empty, they will eventually become mandatory.
homepage=https://github.com/skagejj/gtfs_shapes_creator
icon=icon.png


; Optional flags and extended metadata
hasProcessingProvider=False


experimental=False
deprecated=False
server=False

; Since QGIS 3.8: comma-separated list of required plugins
plugin_dependencies=QuickOSM
