https://github.com/fogleman/gps
Real-time GPS Satellite Positions in 3D
https://github.com/fogleman/gps
Last synced: 11 months ago
JSON representation
Real-time GPS Satellite Positions in 3D
- Host: GitHub
- URL: https://github.com/fogleman/gps
- Owner: fogleman
- Created: 2014-09-05T02:40:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-07T19:09:03.000Z (over 11 years ago)
- Last Synced: 2025-04-01T20:12:05.562Z (12 months ago)
- Language: Python
- Homepage: http://www.michaelfogleman.com/gps/
- Size: 21.1 MB
- Stars: 66
- Watchers: 9
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GPS
Real-time 3D renderings of GPS satellite locations.
http://www.michaelfogleman.com/gps/

### Hardware
[GlobalSat BU-353-S4 USB GPS Receiver](http://www.amazon.com/GlobalSat-BU-353-S4-USB-Receiver-Black/dp/B008200LHW/)
### Dependencies
pip install ephem pg pyserial
`pg` requires a glfw3 binary. On Mac, it's easy with Homebrew:
brew tap homebrew/versions
brew install glfw3