https://github.com/mdp/cellidtogeo
Convert GSMTracker logs to Lat Long coordinates and display it on a map
https://github.com/mdp/cellidtogeo
Last synced: over 1 year ago
JSON representation
Convert GSMTracker logs to Lat Long coordinates and display it on a map
- Host: GitHub
- URL: https://github.com/mdp/cellidtogeo
- Owner: mdp
- Created: 2014-07-07T05:29:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-04T01:17:59.000Z (almost 12 years ago)
- Last Synced: 2025-01-23T12:15:02.791Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://mdp.github.io/CellIdToGeo/#atlsfatl.json
- Size: 176 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CellIdToGeo
Support project for [GSMTracker](https://github.com/mdp/GSMTracker)
Takes in the GSMTracker log file, runs it through Google's Geocoder, and
outputs a json file of coordinates.
Requires a Google API Key for their Geocoder, which is limited to a very
stingy 100 queries a day. These must be really expensive queries for Google to run.
### Usage
GOOGLE_API_KEY="MYKEY" ./process.js gsm.log -o webviewer/out.json
### Webviewer
The webviewer simply lets you see the route on a Google Map
node server.js
open "http://localhost:3000/#out.json"