GTFS - General Transit Feed Specification
Added in version 3.7.
Driver short name
GTFS
Driver built-in by default
This driver is built-in by default
This driver can read a .zip archive containing text files following the GTFS specification.
The driver presents layers with their original structure, and:
enhances the
stopslayer with Point geometriesenhances the
tripslayer with LineString geometries reconstructed by joining thetripslayer withstopsandstop_timeslayersexpose a
shapes_geomlayer, if the optionalshapesis present by constructing LineString geometries.
Open syntax
The connection name can be:
a .zip filename containing GTFS .txt files
a directory name prefixed with
GTFS:(potentially a/vsizip/path/to/the.zipfilename prefixed withGTFS:)
Alternatively, starting with GDAL 3.10, specifying the -if GTFS option to
command line utilities accepting it, or GTFS as the only value of the
papszAllowedDrivers of GDALOpenEx(), also forces the driver to
recognize the passed filename.
Driver capabilities
Supports VirtualIO
This driver supports virtual I/O operations (/vsimem/, etc.)