Skip to content

Instantly share code, notes, and snippets.

@dfsnow
dfsnow / gtfs_map_generator.R
Last active March 23, 2025 02:41
Generate animated transit maps using GTFS feeds. See https://sno.ws/transit-maps
##### 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
@pramsey
pramsey / ccog-readinglist.md
Last active September 3, 2021 00:30
Canadian Council on Geomatics Reading List