-
Area Description: (WIP)
-
I'm using the library to track the ISS based on TLE elements obtained from https://www.celestrak.com/NORAD/elements/stations.txt
The library gives correct values for longitude/latitude and velocity. …
-
**[Original report](https://bitbucket.org/mozilladanmark/mozilla-dk/issue/533) by me.**
----------------------------------------
https://pontoon.mozilla.org/da/firefox-for-ios/firefox-ios.xliff/?sta…
-
I have the following query wrapped in a function:
```julia
q = @from i in db begin
@where i.NORAD_CAT_ID == satnum && i.EPOCH >= dtmin && i.EPOCH
-
-
**Note:** This is not #226, nor #227
### Actual Behaviour
Stellarium crashes right after start on Arch Linux. I have applied the fix mentioned in #226 / #227, that did not help.
### Steps …
-
Hi @jakewmeyer,
Since payloads are more detailed now I was thinking that it would be very useful to have these endpoints:
**Missions**
```http
GET https://api.spacexdata.com/v2/missions/
GET …
-
Latitude and longitude from calcSpherePoint is way off. Try it on the latest library version. Compared to websites like n2yo and heavens above, its extremely off
-
In the documentation it's stated, that the following script will force to download new elements even if the file is already on disk:
```
from skyfield.api import Topos, load
stations_url = 'http:…
-
Tentative schema below:
```json
{
"fairings": {
"reused": false,
"recovery_attempt": true,
"recovered": false,
"ship": "MR STEVEN"
}
}
```
Sample added to launch below…