Paris OpenData Trilib
jnabonne
2018/12/22
This project is based and made possible thanks to Paris OpenData (website: opendata.paris.fr)
Ecology recently became, at last, a trendy topic in France.
In order to help citizens to participate in this global challenge, the idea of this Shiny app is to offer a quick way to localize and identify empty Trilib recycling stations where to dispose their trash.
As some information are quite volatile (eg. stations filling rate), and to ensure the utility of this tool, the dataset is download each time the application is initiated (given the very small size of the dataset, ~ 50KB, this will not delay much the launch).
Users can use the filters provided on the left part to refine the stations selection (on current version, filter by trash type only)
Note: to better see filters' action, they desactivate stations clustering
lat & lon from geocolor an icons based on field fillingRateopendata <- read.csv('trilib.csv', header=TRUE, sep=';')
ggplot2::qplot(data=opendata, fillingRate, fill=wastetype_designation,
main='Histogram of Filling per Trash Type')