# CellIdToGeo **Repository Path**: mirrors_mdp/CellIdToGeo ## Basic Information - **Project Name**: CellIdToGeo - **Description**: Convert GSMTracker logs to Lat Long coordinates and display it on a map - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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"