The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Here are a few quick examples to illustrate how you can use the {aopdata} package to map the spatial distribution of activities and urban services in Brazilian cities.
ggplot() +
geom_sf(data=df, aes(fill=T001), color=NA, alpha=.9) +
scale_fill_distiller(palette = "YlOrRd", direction = 1) +
labs(title='Spatial distribution of jobs', fill="N. of jobs") +
theme_void()In this case below, elementary schools with the
columnE003.
ggplot() +
geom_sf(data=df, aes(fill=factor(E003)), color=NA, alpha=.9) +
scale_fill_brewer(palette = "PuBuGn", direction = 1) +
labs(title='Spatial distribution of elementary schools', fill="N. of schools") +
theme_void()In this example, we mape high-complexity health care facilities
(column S004).
ggplot() +
geom_sf(data=df, aes(fill=factor(S004)), color=NA, alpha=.9) +
scale_fill_brewer(palette = "YlGnBu", direction = 1)+
labs(title='Spatial distribution of hospitals', fill="N. of hospitals") +
theme_void()These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.