SatelliteDynamics v0.5.0
[0.5.0] - 2024-06-27
Added
- Added new
SpaceWeatherData
class toSpaceWeather
module to store space weather data. - Added
load_space_weather_data
function toSpaceWeather
module to load space weather data from file.
Removed
- Removed
GeomagneticData
andSolarFluxData
classes fromSpaceWeather
module. These classes are now covered by theSpaceWeatherData
class.
Fixed
- Fixed download sources for Earth Orientation Parameters, Solar Flux, and Geomagnetic data.
- Fixed ECI to ECEF conversion to properly use dX an dY values from IERS data
to correct for Earth's rotation. - Fixed typos in documentation.
Changed
- Implemented nightly data download for Earth Orientation Parameters, Solar Flux, and Geomagnetic data so that data is always up-to-date.
- Improved error message on out-of-range date for Earth Orientation Parameters to provide more clear explanation of the issue.
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#19) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#20) (@dependabot[bot])
Closed issues:
- Minor documentation correction (#17)