✅ What It Is
exif_inspect is a simple, standalone HTML and JavaScript tool that reads EXIF metadata from image files — specifically GPS location and time/date information. No backend. No installs. Just open the file in your browser and drag in the images. Location data is parsed and plotted on a Google map
🔍 Why?
In automated disaster recovery work, verifying the location and timestamp of submitted photos is critical:
- Did the photo come from or very near to the damaged property's coordinates?
- Was it taken during or after the event?
With exif_inspect, you can cross-reference geotagged image data with a stated address and timeframe.
🛠 How It Works
- Drop an image into the viewer
- EXIF metadata is extracted client-side (nothing is uploaded)
- GPS coordinates are displayed on a Google Map
- Distance between stated address and photo location is calculated and plotted on the map
- An approximate, reverse geo-coded street address is provided from the photo's coordinates
- Timestamps, and more are shown in a readable table
- Requires a Google maps API key (Free)
⚡️ Key Benefits
- Offline-friendly (runs entirely in-browser)
- Secure (the only data leaving your machine is latitude/longitude for Google maps)
- Fast (get info in seconds)
- Free (open source)