问题标签 [satellite]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
8823 浏览

javascript - 谷歌地图:从地图视图更改为卫星视图

我有一个带有 javascript 的谷歌地图,我想要在 100% 放大后,(全缩放)将模式图从地图视图更改为卫星视图,如何在以下 javascript 代码中完成?

演示:http: //jsfiddle.net/keL4L2h0/

0 投票
0 回答
58 浏览

java - SatelliteMenu 错误在 setContent 视图中找不到 activity_main

此链接上的解决方案没有帮助,或者解释一下

如果我添加

然后在

它说无法解析activity_mainid

添加了库,并在其他项目中更改了 XML 包名称之前它正在工作,但现在在任何项目中都没有相同的错误

0 投票
2 回答
2291 浏览

python - 我应该使用哪个:Python-sgp4、PyEphem、python-skyfield

似乎完成传播地球卫星/天体任务的 Python 工具的前景令人困惑。根据您要执行的操作,PyEphem 或 Python-SGP4 可能更合适。如果出现以下情况,我应该使用哪一个:

  • 我想要地球卫星的 ECEF/ECI 坐标
  • 我想要一个天体的一般天空坐标
  • 近地与远方物体
  • 想用两行元素集

这些中的任何一个都可以完成精确的轨道确定吗?如果没有,我该去哪里/那里有哪些资源可用于精确的轨道确定?


我有点知道这里的答案。例如,POD 不属于这些库中的任何一个。这些计算似乎非常复杂。许多对象的 POD 可从 IGS 获得。我问的主要原因是出于文档目的。我对 python-skyfield 不熟悉,但我有预感它完成了其他两个所做的事情。--Brandon Rhodes,我等待您的专业知识 :)

0 投票
0 回答
53 浏览

android - 如何在飞行中获取卫星的状态,即存活或死亡

我只是打算在 Android 中构建一个小应用程序来检查卫星的状态,即活着或死去。

In airplane cabin, crew member can use internet from the mulitple Wireless Access Point which are connected to Satellite modem. The satellite modem is connected to Radome which gets to-n-fro signals from satellite. Suppose it use Iridium satellite internet services.

how will my app communicate to satellite to get the it's status. Will it communicate via router or satellite modem to get it's status.

Thanks,

0 投票
1 回答
263 浏览

python - Pyephem iss example observer.compute() 错误或数据类型错误?

通过 pip 在 macbook air 上安装 pyephem:

我遇到的关键问题是从http://rhodesmill.org/pyephem/tutorial找到的 iss 示例显示:

但是对于我的代码在循环中 +1 分钟以获得 Az/El,我得到“无”或明显不正确的结果:

结果是:

我认为这些错误与日期/角度/obs 相关 - 但我仍然希望看到它们移动。我已经检查过转换为各种数据类型的弧度/度数,但看不到错误在哪里。当行星体似乎都工作正常时,任何关于我在这里做错了什么的建议将不胜感激!

最好的,克里斯

更新 1 - obs 中的以下更改不起作用:

0 投票
1 回答
57 浏览

python - How to find a satellites passing rate over a geographical area?

I've god some satellite data which essentially is the geographical position of a satellite that circles the earth at a given time. This is data saved with a latitude, longitude and unixtime in a SQLite DB. This is retrieved as following:

So, I'm interested to distinguish the latitude/longitude recordings for each time the satellite is over a fairly large geographical area (for each passing). However I'm unsure on how I would do this.

Now I've manually, by visual inspection of the plots of the position, found the first 'occurrence' of the satellite in that area, then I have found the next occurrence in the same way. The passing time is then the difference between each of those events. However, this passing time varies over time, so this method is not that accurate over time. An other problem is that it is dependent on the geographical positions, If I want the time of the first passing, and the passing time for any other geographical position I have to manually inspect once again. I've included my code. Note that the seq function is simply a function I've retrieved from SO that gives me the ability to iterate over non-integer increments.

So, does anyone have a clever way to signify passing rate, passing time and discover which geographical positions that belongs to each passing?

I'm working with Python and SQLite.

0 投票
1 回答
179 浏览

android - 如何在 Android Sdk 上显示卫星列表

我正在 Android 上制作关于我们的卫星的应用程序。但我不知道如何获取卫星列表。

请问你能帮帮我吗?

0 投票
1 回答
71 浏览

networking - LEO 卫星网络中的路由

我要为 LEO 卫星网络做路由项目。

QUALNET 对卫星网络模拟的效果如何?

0 投票
1 回答
282 浏览

ssl - 通过 Iridium 连接使用 SSL

我正在使用铱星(卫星星座)调制解调器在世界任何地方交换信息。主要目标是通过 Internet 发送消息。这些消息可能包含机密信息,我想知道保护线路的可能方法是什么。我想到了 SSL。

铱的带宽估计为 0.3kb/s(300字节/秒)。

问:这种解决方案 (SSL) 在带宽如此缓慢的情况下是否可行?

我知道握手(SSL 设置)包含大量数据(~5kb),但是等待 1 分钟建立连接不是问题。我的问题是关于下一步,当涉及到发送消息时,它会导致交流大幅放缓吗?

0 投票
0 回答
383 浏览

android - 跟踪 GPS 是否固定

我正在尝试跟踪 android 设备的天气 GPS 是否链接到卫星。我已经检查了很多线程,我可以使用 GpsStatus.Listener 接口实现检测 GPS 何时首次修复。让我们变得简单..

问题是:“旅行时 GPS 连接(固定 - 状态栏中的稳定图标)并断开连接(扫描 - 状态栏中的闪烁图标)。”

我想要什么:检查天气 GPS 是否以编程方式连接。如果 GPS 已链接,我希望我的变量“gpsActive”为“true”,否则为“false”

到目前为止我所做的:“检查 GPS 何时首次固定并将 gpsActive 设置为 true”

任何人都可以帮忙吗?