CARVIEW |
![]()
Wed 2025-10-01
Mon 2025-09-29
Sun 2025-09-28
Sat 2025-09-27
Fri 2025-09-26
Thu 2025-09-25
Bundler belongs to the Ruby community Tue 2025-09-23
Mon 2025-09-22
Sun 2025-09-21
Sat 2025-09-20
Fri 2025-09-19
Tue 2025-09-16
Mon 2025-09-15
Search
Archives
2024
12 11 10 09 08 07 06 05 04 03 02 01
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009
2008
2007
2006
2005
2004
2003 One good site
MDN
Nelson Minar
Blog licensed under a Creative Commons License
|
I
like my iPhone tracking where I've been; my only complaint with
Apple is they didn't disclose this useful feature and give me access.
But it's not much hacking to get at the data, so I made a map. Red is
cell phone towers, blue is wifi nodes. The map looks correct to me; I
did a lot of small plane trips in the last year.
![]()
On reflection, there's too many points (500+) inside
San Francisco, including some in the water, for this to be just cell
tower locations from Apple's database. Maybe it is my calculated position?
The primary key for the database was named by Apple as MCC+MNC+LAC+CI,
which
apparently
is the "Cell Global Identity". The iPhone only keeps one fix for each;
no idea why some are in the water.
Technical details on my secret work blog. The main thing is two tables called CellLocation and WifiLocation which map tower ID or WiFi MAC to a latitude and longitude. The table's big, some 32,000 cell towers and 170,000 wifi nodes. I wrote some quick code to convert the data into GeoJSON and map it with Polymaps. I'd link the zoomable map, but it's personal data and the code isn't optimized.
Nelson's Weblog
• tech
→ ago, bad, bittorrent, blosxom, dotnet, good, hqnx, iphone, mac, phone, photo, python, webservices |