NAME
Opendata::GTFS::Feed - Parse General Transit Feeds (GTFS)
VERSION
Version 0.0200, released 2016-02-25.
:splint classname Opendata::GTFS::Feed
SYNOPSIS
use Opendata::GTFS::Feed;
my $feed = Opendata::GTFS::Feed->parse(file => 'a-gtfs-feed.zip', directory => 'feed');
DESCRIPTION
Opendata::GTFS::Feed is an easy way to parse GTFS feeds.
ATTRIBUTES
All list attributes has the Array trait. Currently the following public methods are created for those attributes:
elements
->all_$attribute
, where$attribute
is the attribute name.count
->count_$attribute
:splint attributes
SOURCE
https://github.com/Csson/p5-Opendata-GTFS-Feed
HOMEPAGE
https://metacpan.org/release/Opendata-GTFS-Feed
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Erik Carlsson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.