文件名称:orbit-predictor:传播卫星轨道的Python库
文件大小:77KB
文件格式:ZIP
更新时间:2024-05-28 15:31:22
space ham-radio sgp4 satellites orbits
轨道预测器 Orbit Predictor是一个Python库,用于使用传播绕地球轨道运行的物体(卫星,ISS,圣诞老人等) 所有的辛苦工作都是由Brandon Rhodes的实现来完成的。 我们可以说,轨道预报器对于SGP4的python实现来说是一种“包装器” 要安装它 您可以从pypi安装orbit-predictor: pip install orbit-predictor 使用例 国际空间站何时会超过阿根廷? In [1]: from orbit_predictor.sources import EtcTLESource In [2]: from orbit_predictor.locations import ARG In [3]: source = EtcTLESource(filename="examples/iss.tle") In [4]: predictor
【文件预览】:
orbit-predictor-master
----.gitignore(422B)
----setup.cfg(145B)
----README.rst(3KB)
----.github()
--------workflows()
----test(261B)
----tests()
--------test_tle_predictor.py(11KB)
--------test_benchmark_numeric.py(831B)
--------test_predictors.py(5KB)
--------test_sun.py(5KB)
--------GMAT_SimplePropagation.script(1KB)
--------test_sources.py(11KB)
--------test_angles.py(3KB)
--------test_coordinate_systems.py(5KB)
--------test_sun_elevation.py(7KB)
--------test_keplerian.py(2KB)
--------test_position.py(2KB)
--------test_locations.py(5KB)
--------test_keplerian_predictor.py(6KB)
--------test_numerical_predictor.py(6KB)
--------test_predicted_pass.py(2KB)
--------test_azimuth_elevation.py(4KB)
--------test_accurate_predictor.py(14KB)
--------assets()
----orbit_predictor()
--------angles.py(4KB)
--------sources.py(7KB)
--------exceptions.py(1KB)
--------predictors()
--------groundtrack.py(777B)
--------constants.py(488B)
--------utils.py(16KB)
--------coordinate_systems.py(5KB)
--------__init__.py(60B)
--------locations.py(13KB)
--------version.py(67B)
--------keplerian.py(4KB)
----examples()
--------iss.tle(144B)
----LICENSE(1KB)
----CHANGELOG.txt(3KB)
----requirements.txt(106B)
----setup.py(2KB)