Expand description
Space weather indices and parsers for aerospace applications.
Provides types, parsers, and a query store for space weather data from
CelesTrak and SET (Space Environment Technologies). Supports no_std
(with alloc). Optional features enable HTTP fetching and Python bindings.
Modules§
- centered_
average - Centered running mean computation for time-series smoothing.
- parsers
- Parsers for space weather data file formats.
- store
- In-memory store for space weather records with date-based lookup.
Structs§
- Date
- Calendar date (year, month, day) used as the primary key for space weather records.
- Space
Weather Record - A single day’s space weather indices from one or more data sources.
Enums§
- Space
Weather Error - Errors returned by parsing, validation, and store operations.
Traits§
- Space
Weather Index - Trait for querying space weather data by date.