pytroll / pyorbital

Orbital and astronomy computations in python
http://pyorbital.readthedocs.org/
GNU General Public License v3.0
224 stars 77 forks source link

Update celestrak URIs #101

Closed gerritholl closed 2 years ago

gerritholl commented 2 years ago

Celestrak is now a non-profit, so the domain has become celestrak.org rather than celestrak.com. Update URIs in tlefile.py to account for this change. Also change http:// to https:// where this wasn't the case yet.

codecov[bot] commented 2 years ago

Codecov Report

Merging #101 (e7aea0b) into main (1bf73c8) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #101   +/-   ##
=======================================
  Coverage   86.86%   86.86%           
=======================================
  Files          13       13           
  Lines        2048     2048           
=======================================
  Hits         1779     1779           
  Misses        269      269           
Flag Coverage Δ
unittests 86.86% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyorbital/tlefile.py 91.34% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1bf73c8...e7aea0b. Read the comment docs.