Skip to content

This fork contains the same unmodified source files, but repackaged as a .NET 8 modern package.

Notifications You must be signed in to change notification settings

Stephanvs/OrbitTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# NORAD SGP4/SDP4 Implementation
Developed by Michael F. Henry

Copyright © 2003-2011 Michael F. Henry. All rights reserved.
Permission to use for non-commercial purposes only.
All other uses contact author at mfh@zeptomoby.com

The files in this directory are compiled to make the two OrbitTools assemblies:
	Zeptomoby.OrbitTools.Core.dll
	Zeptomoby.OrbitTools.Orbit.dll

The "Core" assembly contains several utility classes:

   Tle  – This class encapsulates a single set of NORAD two-line elements.
   Site – Describes a location on the earth. Given the ECI coordinates of a 
          satellite, this class can generate Azimuth/Elevation look angles to 
          the satellite.
   Eci  – This class encapsulates Earth-Centered Inertial coordinates and 
          velocity for a given moment in time.
   Julian - Encapsulates a julian date/time system.
      
The "Orbit" assembly contains the main SGP4/SDP4 implementation:

   Satellite - Given a Tle object, this class provides information about the orbit
           of the described satellite, including inclination, perigee, 
           eccentricity, etc. Most importantly, it provides ECI coordinates and 
           velocity for the satellite.
   NoradBase, NoradSGP4, NoradSDP4 – These classes implement the NORAD 
           SGP4/SDP4 algorithms. They are used by class Orbit to calculate the
           ECI coordinates and velocity of its associated satellite.

All classes are contained within the Zeptomoby.OrbitTools namespace.

Michael F. Henry
June, 2014

---

This fork contains the same unmodified source files, but repackaged as a .NET 8 modern package.
The code can be included in your project using NuGet packages.

Stephan
August, 2024

About

This fork contains the same unmodified source files, but repackaged as a .NET 8 modern package.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%