Skip to content

Roadmap

This section contains information

  • [ ] Constants
    • [ ] Mathematics
    • [ ] Time
    • [ ] Planetary Constants
  • [ ] Earth Orientation Parameters
    • [ ] Data Model Structure
    • [ ] Fetching updated parameters
    • [ ] Data retrieval
    • [ ] Customized of handling of out-of-range EOP requests
  • [ ] Time Management (Epoch)
    • [ ] Duration Class
    • [ ] Epoch Class
    • [ ] Epoch Range Iterator
  • [ ] Reference Frames
  • [ ] Attitude Representations
    • [ ] Rotation Matrices
    • [ ] Quaternions
    • [ ] Euler Axis
    • [ ] Euler Angle
  • [ ] Orbits
    • [ ] Orbital Period
    • [ ] Mean Motion
    • [ ] Periapsis/Apoapsis Velocity
    • [ ] Perigee/Apogee Velocity
    • [ ] Periapsis/Apoapsis Distance
    • [ ] Anomaly True <-> Eccentric
    • [ ] Anomaly Eccentric <-> Mean
    • [ ] Anomaly True <-> Mean
    • [ ] Sun-synchronous Inclination
    • [ ] Osculating <-> Mean Transformation
  • [ ] Coordinate Transform
  • [ ] Keplerian Elements
  • [ ] Non-singular Elements
  • [ ] Geocentric
  • [ ] Geodetic
  • [ ] Topocentric
  • [ ] Relative Cartesian Representation
  • [ ] Relative Orbital Elements
  • [ ] SpaceTrack Client
    • [ ] TLE Download
    • [ ] GP Download
    • [ ] SP Upload
    • [ ] Maneuver Screening Result Download
    • [ ] Maneuver Upload
  • [ ] TLE
    • [ ] TLE Object
    • [ ] SGP4 Propagation
  • [ ] Force Modeling
    • [ ] Gravity
      • [ ] Point Gravity
      • [ ] Spherical Harmonic
      • [ ] Third-Body Gravity
    • [ ] Solar Radiation Pressure
      • [ ] Direct Sun
      • [ ] Earth Albedo
    • [ ] Eclipse Models
      • [ ] Cylindrical
      • [ ] Conical
    • [ ] Drag Model
      • [ ] Harris Priester
      • [ ] NRLMSISE-00
      • [ ] NRLMSIS 2.0
      • [ ] DTM2013
    • [ ] Relativistic Corrections
    • [ ] Tides
      • [ ] Solid Earth
      • [ ] Ocean
  • [ ] Numerical Integrators
    • [ ] Arbitrary RK integrator
      • [ ] RK4
      • [ ] RK8
    • [ ] Variable Step, Variable Order
  • [ ] Orbit Propagators
    • [ ] Keplerian
    • [ ] Full Force
    • [ ] Event Detection
    • [ ] Arbitrary Force/Function Inclusion
  • [ ] Orbit Data Handlers
    • [ ] Interpolation
    • [ ] SP3
    • [ ] CCSDS OEM
  • [ ] Access
    • [ ] Access Predictor
    • [ ] Tessellation (Area Access)
    • [ ] Access Constraint Functions
    • [ ] Contact Prediction
    • [ ] Collect Prediction
  • [ ] Estimation
    • [ ] EKF
    • [ ] UKF
    • [ ] Batch Least-Squares
  • [ ] Analysis & Visualization