Skip to content

mdp/CellIdToGeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CellIdToGeo

Support project for 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"

About

Convert GSMTracker logs to Lat Long coordinates and display it on a map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published