Skip to main content

Crate space_weather

Crate space_weather 

Source
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.
SpaceWeatherRecord
A single day’s space weather indices from one or more data sources.

Enums§

SpaceWeatherError
Errors returned by parsing, validation, and store operations.

Traits§

SpaceWeatherIndex
Trait for querying space weather data by date.