Skip to content

Files

Latest commit

3153237 · Nov 25, 2024

History

History
16 lines (10 loc) · 477 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 477 Bytes

astro_pi_orbit

The astro_pi_orbit library provides functionality to assist Astro Pi Mission Space Lab participants in working with orbital data.

Documentation is available at docs.

Contributing

We welcome all contributions! Please install and run the dependencies in requirements-dev.txt, and run pre-commit prior to opening a PR. On Unix, pre-commit can be installed by running the following:

pip install pre-commit
pre-commit install