Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Reference frames (old)

Juan Luis Cano Rodríguez edited this page Aug 24, 2017 · 1 revision

Two options that I know of: astropy.coordinates and sympy.mechanics.vector.

astropy.coordinates

http://docs.astropy.org/en/v1.2.1/coordinates/index.html

Pros

  • Defines many useful astronomical frames and the transformations between them
  • Compatible with basic Python and NumPy types

Cons

sympy.mechanics.vector

http://docs.sympy.org/1.0/modules/physics/vector/index.html

Pros

  • Supports kinematics
  • Supports composition
  • Simple implementation

Cons

  • Closely tied to SymPy
Clone this wiki locally