Skip to content

Instantly share code, notes, and snippets.

View garcia-joseph's full-sized avatar

Joseph Garcia garcia-joseph

  • Kentuckiana Regional Planning and Development Agency
  • Louisville Metropolitan Area
View GitHub Profile
@garcia-joseph
garcia-joseph / gtfs_map_generator.R
Created July 12, 2022 12:41 — forked from dfsnow/gtfs_map_generator.R
Generate animated transit maps using GTFS feeds
##### Setup #####
# Load the necessary libraries
library(tidytransit) # Parse GTFS feeds
library(dplyr)
library(tidyr)
library(lubridate)
library(sf)
library(ggplot2)
library(gganimate) # Animate the ggplot + tween between frames