All Projects → r-transit → Tidytransit

r-transit / Tidytransit

R package for working with the General Transit Feed Specification (GTFS)

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Tidytransit

transxchange2gtfs
tool to convert transxchange data into a GTFS feed
Stars: ✭ 26 (-69.05%)
Mutual labels:  transit, gtfs, transport
Transitland Datastore
Transitland's centralized web service API for both querying and editing aggregated transit data from around the world
Stars: ✭ 101 (+20.24%)
Mutual labels:  transit, gtfs, transportation
open-bus
🚌 Analysing Israel's public transport data
Stars: ✭ 65 (-22.62%)
Mutual labels:  transit, gtfs, transport
R5
Routing engine for multimodal (transit/bike/walk/car) networks with a particular focus on public transit.
Stars: ✭ 153 (+82.14%)
Mutual labels:  transit, gtfs, transportation
european-transport-operators
NOT UP-TO-DATE ANYMORE, UNMAINTAINED. CHECK european-transport-feeds INSTEAD. List of european long-distance transport operators, available API endpoints, GTFS feeds and client modules.
Stars: ✭ 47 (-44.05%)
Mutual labels:  transit, gtfs, transport
public-transit-tools
Tools for working with GTFS public transit data in ArcGIS
Stars: ✭ 126 (+50%)
Mutual labels:  transit, gtfs, transport
transitland-atlas
an open directory of mobility feeds and operators — powers both Transitland v1 and v2
Stars: ✭ 55 (-34.52%)
Mutual labels:  transit, transportation, gtfs
Realtime-Port-Authority
Realtime transit tracker of Pittsburgh's Port Authority buses using the realtime PAT API using Google Maps to Display the Maps
Stars: ✭ 54 (-35.71%)
Mutual labels:  transit, transportation
Home Assistant Config
🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Stars: ✭ 258 (+207.14%)
Mutual labels:  transit, gtfs
Node Gtfs
Import GTFS transit data into SQLite and query routes, stops, times, fares and more.
Stars: ✭ 323 (+284.52%)
Mutual labels:  transit, gtfs
Awesome Transit
Community list of transit APIs, apps, datasets, research, and software 🚌🌟🚋🌟🚂
Stars: ✭ 713 (+748.81%)
Mutual labels:  transit, gtfs
Mpk Ttss
Improved www.ttss.krakow.pl
Stars: ✭ 63 (-25%)
Mutual labels:  gtfs, transport
GTFS-ride
GTFS-ride is an open standard for storing and sharing fixed-route transit ridership data.
Stars: ✭ 43 (-48.81%)
Mutual labels:  transit, transportation
Mapnificent
Mapnificent shows you areas you can reach with public transport in a given time.
Stars: ✭ 302 (+259.52%)
Mutual labels:  transit, gtfs
vbb-rest
An HTTP API for Berlin & Brandenburg public transport.
Stars: ✭ 104 (+23.81%)
Mutual labels:  transit, transport
Transitive.js
Transit data visualization
Stars: ✭ 628 (+647.62%)
Mutual labels:  transit, transportation
ideas
How to make public transport more comfortable, more accessible, more transparent?
Stars: ✭ 35 (-58.33%)
Mutual labels:  transit, transport
Stplanr
Sustainable transport planning with R
Stars: ✭ 352 (+319.05%)
Mutual labels:  transportation, transport
Vbb Cli
A CLI for Berlin & Brandenburg public transport.
Stars: ✭ 70 (-16.67%)
Mutual labels:  transit, transport
Friendly Public Transport Format
A format for APIs, libraries and datasets containing and working with public transport data.
Stars: ✭ 69 (-17.86%)
Mutual labels:  gtfs, transport

CRAN status Project Status: Active R build status codecov

tidytransit

Use tidytransit to map transit stops and routes, calculate travel times and transit frequencies, and validate transit feeds. tidytransit reads the General Transit Feed Specification into tidyverse and simple features data frames. Tidytransit can be used to:

Have a look at the following vignettes to see how tidytransit can be used to analyse a feed:

Installation

This package requires a working installation of sf.

Install tidytransit from CRAN:

install.packages('tidytransit')

For the development version from Github:

# install.packages("devtools")
devtools::install_github("r-transit/tidytransit")

For some users, sf is impractical to install due to system level dependencies. For these users, trread may work better. It has more limited functionality, but it can read GTFS tables into R.

Background

tidytransit is a fork of gtfsr.

Contributing

Please feel free to issue a pull request or open an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].