Skip to content

Instantly share code, notes, and snippets.

View JamshidSod's full-sized avatar
😉

Jamshid Sodikov JamshidSod

😉
View GitHub Profile
@JamshidSod
JamshidSod / CityDistances_15minutes.ipynb
Created September 17, 2025 08:35 — forked from GvdDool/CityDistances_15minutes.ipynb
Demonstration notebook: 15-minute city reachable areas by walk, bike, and drive
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
library(tigris)
library(mapboxapi)
library(gganimate)
library(tidyverse)
library(sf)
library(showtext)
options(tigris_use_cache = TRUE)
animation::ani.options(ani.width = 700, ani.height = 550)