Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theopolisme/location-history-visualizer
Visualize your Google Location History using an interactive heatmap
https://github.com/theopolisme/location-history-visualizer
heatmap location-history
Last synced: 5 days ago
JSON representation
Visualize your Google Location History using an interactive heatmap
- Host: GitHub
- URL: https://github.com/theopolisme/location-history-visualizer
- Owner: theopolisme
- Created: 2014-10-05T06:46:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T07:49:22.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:33:04.904Z (3 months ago)
- Topics: heatmap, location-history
- Language: JavaScript
- Homepage: https://locationhistoryvisualizer.com/heatmap/
- Size: 79.1 KB
- Stars: 897
- Watchers: 52
- Forks: 228
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - theopolisme/location-history-visualizer - Visualize your Google Location History using an interactive heatmap (others)
README
# location-history-visualizer
**Available online: [locationhistoryvisualizer.com/heatmap/](https://locationhistoryvisualizer.com/heatmap/)**
A tool for visualizing your complete, consolidated, collected Google [Location History](https://google.com/locationhistory).
It works directly in your web browser – no software to download, no packages to install. **Everyone deserves to know what data is being collected about them, without having to fiddle with cryptic pieces of software.**
*location-history-visualizer* takes raw Google Takeout output and produces a heatmap of all of your location data over time, overlaid on an interactive map.
## Packages used
* [leaflet.js](http://leafletjs.com/), for rendering the interactive map
* [leaflet.heat](https://github.com/Leaflet/Leaflet.heat), for rendering the heatmap overlay
* [filestream](https://github.com/DamonOehlman/filestream), for dealing with gigantic Google Takeout files
* [oboe.js](http://oboejs.com), for processing said gigantic files
* [browserify](http://browserify.org/), for helping filestream work properly in the browser## License
Copyright (C) 2014 Theopolisme
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .