作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
import ephem
line1 = "WorldView 4"
line2 = '1 41848U 16067A 20074.82580014 -.00000094 00000-0 00000+0 0 9999'
line3 = "2 41848 97.8435 176.0145 0008992 126.7749 233.3766 15.40359612182266"
iss = ephem.readtle(line1, line2, line3)
iss.compute('2020/3/15 04:00:00.000')
issE = iss.elevation.real/1000
print("%s,%s,%s"%(iss.sublat,iss.sublong,issE))
82:05:50.5,-140:07:20.6,453.627375
15 Mar 2020 04:00:00.000 82:08:46.1243 N 140:07:21.4394 W 453.625591.
特别是在某些纬度,差异变得更大。
最佳答案
STK 提供了每个字段的定义:
https://help.agi.com/stk/11.0.1/Subsystems/dataProviders/Content/Satellite~LLA_State~Fixed.htm
它不计算真实的地理纬度。相反,它只是计算卫星和地球 xy 平面之间的角度:
Lat
The detic latitude (i.e., angle between the detic subpoint's surface normal vector and the XY plane.)
关于python - 为什么pyephem sublat和STK LLA的结果不同?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60689253/
我想在带有 pyproj 的 python 中使用 WGS84 将 x/y/z-ECEF 位置转换为 lla (lat/lon/alt),但似乎转换失败了。 示例代码在这里: import pypro
我查看了站点中的帖子,但没有发现我的问题...正如标题所说,我正在尝试从 ecef 转换为 lla。 我正在使用此文档:Conversion article在直接公式中,而不是在迭代公式中和这个网站进
我是一名优秀的程序员,十分优秀!