-
Hello,
I'm running into some issues when trying to use this model with batches of TLEs. Below is a simplified implementation of the code giving me issues.
```python
import dsgp4
import dat…
-
Add option to save (backup) actually downloaded TLE data files into custom folder.
FTR, What is default path of downloaded TLE data files on device?
ghost updated
10 months ago
-
We should be able to allow "permalink" URLs which select a group of satellites to show, and a specific satellite to highlight. We can do this operation now through the UI but have no way to save it, t…
-
First: I'm excited about the idea of a machine-speed SGP4 implementation that can be called from Python! This will meet an important need for folks finding the pure-Python `sgp4` not fast enough for t…
-
In some cases a higher elevation pass covers up a lower elevation pass from a different satellite. This seems to happen when both passes starts at or near the same time. For example, on 2019-04-10 a…
-
The raw observations, as they were submitted, should be downloadable, preferably through an API. The API could provide a filter for satellite ID, observer, observation format and a time range.
-
Hello, I want to calculate the inclined azimuth, the angle of the place, the horizontal azimuth, the distance to the spacecraft.
I downloaded this file, and I want to calculate these parameters for…
-
```
from datetime import datetime, timezone
from pyorbital import orbital
from pyhdf.SD import SD, SDC
t = datetime(2005, 6, 16, 1, 20, 0, 0, tzinfo=timezone.utc)
terra = orbital.Orbital("EOS…
-
# Improve documentation
I do not see a page which addresses or explains how TLE updates are supposed to be written and applied
## Describe the problem
As a developer, I cannot figure out how …
-
Hi thank you for setting this all up, it's a great package.
When I'm developing locally and I use supabase pull or try to dump the schema from my remote project, none of the modifications I've made…