Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.06 KB

File metadata and controls

42 lines (31 loc) · 2.06 KB


This package is part of the SatelliteToolbox.jl ecosystem.

SatelliteToolboxGravityModels.jl

CI codecov Code Style: Blue DOI

This package implements the support of gravity models for the SatelliteToolbox.jl ecosystem. We can use it to obtain, for example, the gravitational acceleration to implement highly accurate numerical orbit propagators.

Currently, we have the following functionalities:

  • Compute the gravity field derivative in spherical coordinates;
  • Compute the gravitational acceleration; and
  • Compute the gravity acceleration, taking into account the Earth's rotation rate.

The package contains an API to allow the user to access any gravity model while computing the previous functions. We also provide in-built support for ICGEM files.

Installation

julia> using Pkg
julia> Pkg.add("SatelliteToolboxGravityModels")

Documentation

For more information, see the documentation.