example1.py

来自「gpstk1.5的有关内容 对于刚刚接触gps有一定的帮助 很有用的啊」· Python 代码 · 共 21 行

PY
21
字号
#!/usr/bin/pythonimport syssys.path.append("..")from gpstkPython import *try:    time = DayTime()    print 'Hello world!'    print 'The current GPS week is', time.GPSfullweek()    print 'The day of the GPS week is', time.GPSday()    print 'The seconds of the GPS week is', time.GPSsecond()except Exception:    print 'Error'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?