alfonsogonzalez / AWP

Astrodynamics with Python book, software, and videos. Spacecraft trajectory and attitude modeling and simulation
297 stars 72 forks source link

Groundtracks #22

Closed alfonsogonzalez closed 3 years ago

alfonsogonzalez commented 3 years ago

This merge contains functionality to calculate latitude / longitude coordinates given inertial orbital trajectory data, as well as groundtracks plots.

Along with that, the dependency of the AWP environment variable has been removed, since now if a script needs to find a file within this repository, it uses the relative path based on the script's absolute path. To see this implementation, see src/python_tools/spice_data.py

Closes #17