Rafael H. M. Pereira 🚡 Urban Demographicsさんのプロフィール画像

Rafael H. M. Pereira 🚡 Urban Demographicsさんのイラストまとめ


Researcher @ipeaonline | PhD @TSUOxford | Structured procrastination on Cities, Transportation equity, Accessibility, Urban mobility, Spatial data science, R
urbandemographics.org/about/

フォロー数:3382 フォロワー数:19787

day 1: points
A map of all healthcare facilities in Brazil in a couple lines of code:

h <- geobr::read_health_facilities()

ggplot(data=h) + geom_sf(size=.01, alpha=.1, aes(color=abbrev_state), show.legend=F) + theme_void()

Data https://t.co/2ePH5YAHFg

81 754