This website works better with JavaScript.
首頁
說明
登入
hms
/
rasoberry-noaa
镜像来自
https://github.com/reynico/raspberry-noaa.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
8
Wiki
Activity
瀏覽代碼
set template for lat/lon
tags/v1.0
Nico Rey
4 年之前
父節點
deb9a706a4
當前提交
25787d1190
共有
2 個文件被更改
,包括
5 次插入
和
5 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
predict.qth
+2
-2
sun.py
+ 3
- 3
predict.qth
查看文件
@@ -1,4 +1,4 @@
raspberry
<< your latitude>>
<< your longitude >>
<<sea level meters >>
change_latitude
change_longitude
50
+ 2
- 2
sun.py
查看文件
@@ -6,8 +6,8 @@ import sys
date = time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(int(sys.argv[1])+3*60*60))
obs=ephem.Observer()
obs.lat=''
obs.long=''
obs.lat='
change_latitude
'
obs.long='
change_longitude
'
obs.date = date
sun = ephem.Sun(obs)
Write
Preview
Loading…
取消
儲存