Datasets Module¶
The datasets module provides convenient access to satellite ephemeris data and groundstation locations from multiple sources. It handles downloading, parsing, and format conversion automatically.
Module Overview¶
The module is organized by data source, with each source providing a consistent API:
brahe.datasets.celestrak: CelesTrak satellite ephemeris databrahe.datasets.groundstations: Curated groundstation location datasets
Submodules¶
- CelesTrak Functions - Satellite ephemeris from CelesTrak
- Groundstation Functions - Groundstation location datasets
See Also¶
- Datasets Overview - Understanding datasets module
- CelesTrak Details - CelesTrak data source specifics