My page allows you visually view tags on an interactive map; Also, it displays tables on information based on tag_types, dates, hour_of_day , weekdays, and the top 10 users. Bar charts are also implemented as a secondary visualization.
Webpage: https://imadri2.shinyapps.io/CS424_Project1_LitteratiData/
Data used, Where you got it, What you did to it
The data came from individuals who shared their litter cleanup data. that data was then cleaned and organized by ways such as:
Removing any unwanted data such as "NA" values
Creating sub data frames for specific uses such as geotagged locations for a map visualization.
Changed empty items as "untagged" to preserve data
Links to your project on GitHub, All the required software
Interesting things found about the data using your application
There are some obvious findings from the data analysis of the Litterati challenge:
An increase of litter picked up on Wednesday and Sunday.
The top known litter items were paper and plastic.
An increase of trash pickup occurred around spring season.
video shows how and what you can do in the shiny webpage