hughesjs / Astrodynamics

A C# library to make it easier to work with orbits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Workflow Status GitHub Workflow Status GitHub top language Nuget (with prereleases) GitHub FTB

⚠ Please note, this library is still in very active development, features may be added and removed, although I will try and keep on top of using proper semantic versioning. ⚠

Astrodynamics

Introduction

This is C# library to make life just a little bit easier when working with objects in orbit.

The initial release aims to support

  • Keplerian orbits
  • Modified Keplerian orbits
  • Two-line element sets
  • Units of measurement
  • Multiple reference frames
  • Common calculations

This has been created to support an academic paper I'm writing. So initially, only those features that I need will be supported. However, I'm hoping that this will be fleshed out further over time.

Installation

You can either use your IDE's package manager, or the Nuget CLI.

dotnet add package Astrodynamics

About

A C# library to make it easier to work with orbits

License:GNU Affero General Public License v3.0


Languages

Language:C# 100.0%