Skip to content

v1.10.0

Compare
Choose a tag to compare
@astrojuanlu astrojuanlu released this 26 Nov 16:31
· 141 commits to master since this release
  • Add get_shadow method that computes if a satellite is in shadow
  • Add get_sun method that retrieves the ECI position of the Sun
  • Add elevation and groundtrack generic APIs
  • Rename LocationPredictor.propagator to predictor for clarity
  • Make HighAccuracyTLEPropagator.propagator private
  • Document Position.position_llh
  • Add version to __init__.py
  • Make propagate_eci public
  • Raise error if propagation failed
  • Fix J2Predictor.from_tle for non-epoch dates
  • Add method to create predictor with repeating groundtrack
  • Support Python 3.8
  • Remove mentions to deprecated "precise" predictor