• Stars
    star
    252
  • Rank 161,312 (Top 4 %)
  • Language
    Julia
  • License
    MIT License
  • Created over 6 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A toolbox for satellite analysis written in julia language.


SatelliteToolbox.jl

Build status codecov

The SatelliteToolbox.jl contains a set of packages with functions to perform analysis and build simulations related to satellites. It is used on a daily basis on projects at the Brazilian National Institute for Space Research (INPE).

The set of packages are listed bellow. All of them are loaded and reexported in this one.

Package Name Description Build Status Coverage
SatelliteToolboxAtmosphericModels.jl Atmospheric models Build status Build status
SatelliteToolboxBase.jl Base functions and type definitions Build status Coverace
SatelliteToolboxCelestialBodies.jl Celestial bodies Build status Coverage
SatelliteToolboxGeomagneticField.jl Geomagnetic field models Build status Coverage
SatelliteToolboxGravityModels.jl Gravity models Build status Coverage
SatelliteToolboxLegendre.jl Legendre associated functions and its time-derivatives Build status Coverage
SatelliteToolboxPropagators.jl Orbit propagators Build status Coverage
SatelliteToolboxSgp4.jl SGP4/SDP4 orbit propagator Build status Coverage
SatelliteToolboxTle.jl Creating, fetching, and parsing TLEs Build status Coverage
SatelliteToolboxTransformations.jl Transformations (reference frames, time, etc.) Build status Coverage

Installation

This package can be installed using:

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

Documentation

Please, see each package for the related documentation of the functions.

More Repositories

1

ReferenceFrameRotations.jl

A toolbox to represent 3D rotations of coordinate frames for Julia language.
Julia
58
star
2

GMAT.jl

Run NASA's General Mission Analysis Tool (GMAT) from Julia
Julia
10
star
3

SatelliteAnalysis.jl

A package for Julia with several functions to perform satellite analysis.
Julia
10
star
4

SatelliteToolboxTransformations.jl

Transformations for the SatelliteToolbox.jl ecosystem.
Julia
6
star
5

Orekit.jl

Julia wrapper for the Orekit astrodynamics library
Julia
6
star
6

SatelliteToolboxAtmosphericModels.jl

Atmospheric models for the SatelliteToolbox.jl ecosystem.
Julia
5
star
7

SatelliteToolboxTle.jl

Create and parse two-line elements (TLE).
Julia
4
star
8

JB2008_Test

Generate test files of the JB2008 model to validate the implementation in SatelliteToolbox.jl.
Fortran
3
star
9

SatelliteToolboxGravityModels.jl

Gravity models.
Julia
3
star
10

SatelliteToolboxBase.jl

Base constants, functions, and types for the SatelliteToolbox.jl ecosystem.
Julia
3
star
11

SatelliteToolboxSgp4.jl

The SGP4/SDP4 orbit propagator for Julia.
Julia
3
star
12

SatelliteToolboxPropagators.jl

Orbit propagators for the SatelliteToolbox.jl ecosystem.
Julia
2
star
13

SatelliteToolboxCelestialBodies.jl

General functions related to celestial bodies for the SatelliteToolbox.jl ecosystem.
Julia
2
star
14

SatelliteToolboxTime.jl

Functions related to time for the SatelliteToolbox ecosystem.
Julia
1
star
15

orekit-artifacts

Artifacts for Orekit.jl
1
star
16

ExampleSatTelemetry.jl

Example of how we can use TelemetryAnalysis.jl to implement an interface to a telemetry database.
Julia
1
star
17

SatelliteToolboxLegendre.jl

Methods to compute Legendre associated functions and their derivatives.
Julia
1
star
18

SatelliteToolboxGeomagneticField.jl

Models to compute the geomagnetic field.
Julia
1
star
19

TelemetryAnalysis.jl

A satellite telemetry analysis API for the Julia language.
Julia
1
star