Reading the Windows Location API

Glenn Linderman v+python at g.nevcal.com
Sat Oct 1 22:28:17 EDT 2016


I found some GeoLocation stuff on PyPi, but it seems to be focused on 
turning an IP address into a (rough) location rather than reading a GPS. 
Seems like if a GPS is attached, reading it would be the best way to 
obtain a more accurate location, falling back to approximations if there 
is no GPS.

But I'm not sure where to start with reading the Windows Location API.  
Anyone have some clues or sample code?



More information about the Python-list mailing list