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 datasetsbrahe.datasets.naif: NASA JPL NAIF planetary ephemeris kernels
Submodules¶
- CelesTrak Functions - Satellite ephemeris from CelesTrak
- Groundstation Functions - Groundstation location datasets
- NAIF Functions - Planetary ephemeris kernels from NASA JPL
See Also¶
- Datasets Overview - Understanding datasets module
- CelesTrak Details - CelesTrak data source specifics