1
0
Fork 0

Update 'satellitetle'

In the 0.6.0 release the main CelesTrak source was changed from
'Satellites (active)' to the new 'SatNOGS' list. This list is
composed by CelesTrak by fetching the list of satellites
from satnogs-db.

This doesn't introduce a circular dependency:
As before, if a TLE is not available from the main collections
(which beside the previously discussed CelesTrak list includes
another from AMSAT and CalPoly), the CelesTrak SATCAT API is
questioned for each missing satellite separately.

Signed-off-by: Fabian P. Schmidt <kerel-fs@gmx.de>
merge-requests/374/head
Fabian P. Schmidt 2019-04-26 00:25:52 +02:00 committed by Fabian P. Schmidt
parent 3872105dac
commit 723fa19ebb
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ redis==3.2.1
requests==2.21.0
requests-oauthlib==1.2.0
rjsmin==1.0.12
satellitetle==0.5.1
satellitetle==0.7.0
satnogsdecoders~=0.0
sentry-sdk==0.7.12
sgp4==1.4

View File

@ -56,7 +56,7 @@ install_requires =
django-filter~=1.1.0
# Astronomy
sgp4~=1.4.0
satellitetle~=0.5.0
satellitetle~=0.7.0
# Unsorted
influxdb~=5.2.0
satnogsdecoders~=0.0