5/ These days the most widely used cameras 📸 are mobile phones 📱 and phones generally know their location (from GPS, cell, wifi, etc).
Many phones record this location info in the exif data. We can extract and reverse geocode the location the photo was taken.
6/ How? Two steps:
1. get the coordinates from the exif data in the image
2. reverse geocode the coordinates into useful location information
Let's show a code example in javascript
#geoeducation