Skip to content

Instantly share code, notes, and snippets.

@TLDuhamel
TLDuhamel / gtfs_map_generator.R
Created October 5, 2023 04:15 — 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
@TLDuhamel
TLDuhamel / .gitignore
Last active August 31, 2016 05:05
Swaps Date Format in Traxia SimpleConsign
*.sublime-workspace