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

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


Researcher @ipeaonline | Visiting prof @geo_uoft | PhD @TSUOxford | Structured procrastination on Cities, Urban mobility, Accessibility, Equity, Data science, R
urbandemographics.org/about/

フォロー数:3296 フォロワー数:19807

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