Technology:
- Smart Citizen Kit
- Leaflet
- jQuery
- Server with PHP and MySql database
References:
- (very good) Tutorial about accessing a Database with Leaflet
- Marine_Litter_Detective github repo
- Marine Litter Detective Website
- Roadside Air Quality Index - NO2 (Nitrogen Dioxide) Website
First step: by using divide and counquer we found our tasks:
- Python script to get data from Smart platform
- Get GPS data from Android
- Combine both data
- Vizualize data on a map
Decisions:
-
Accesing database directly from vizualization because its clean. The approch from Marine_Litter_Detective github repo has .gpx files that are visualized.
We are using idea #2 after finding pros(+) and cons(-)
#1 -cyberattack on our own android -> No go
#2 +Using Software that’s already done +We (Lauren) has these skills
#3 -to many unknowns regarding our skills