-
Now that CelesTrak is a non-profit, we have been redirecting all traffic going to other CelesTrak domains (e.g., .com, .net, .space) to [celestrak.org](http://celestrak.org/) (not [www.celestrak.org](…
-
Trying to find which ground station might get next visibility. Single ground station condition works, but the code throws 'AttributeError' when I loop through multiple items on a list.
[Err…
-
After today's meeting, Richard suggested that we should improve our speed calculation algorithm, since it is currently minimal.
### Goals
- Throughout the entire program, refine a value for speed…
-
There is no `dis.POP_JUMP_IF_TRUE` in Python 3.11 anymore. (Compare https://docs.python.org/3.11/library/dis.html vs https://docs.python.org/3.10/library/dis.html)
```
[ 8s] + python3.10 -m a…
-
OrbitPlotter3D is not displaying pots running Jupyter notebook in Firefox Browser (ver. 87.0).
🐞 **Problem**
[Cowell's formulation](https://docs.poliastro.space/en/v0.14.0/examples/Propagation…
-
Hello,
I am developing an orbit propagator for a thesis and i am trying to check the result i am getting with STK propagator.
I am finding that the results not match, and i have seen that SGP…
-
import ephem
import matplotlib.pyplot as plt
from mpl_toolkits.basemap import Basemap
from datetime import datetime, timedelta
tle_start_link="""CSS
1 48274U 21035A 24119.207463…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
The CI in GitHub Actions for the Satpy library have started hanging on Windows. It seems to …
-
**env**
wsl debian (windows subsidiary linux)
**prerequisites**
```
sudo apt update
sudo apt install -y python3-skyfield python3-isodate python3-geopy stellarium ffmpeg
```
**execute**
```…
-
The following is what I'm doing currently. Am I missing something here? I'm unsure if I am converting in and out of Skyfield objects correctly, and there is any unaccounted for behavior i'm not seeing…