Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NotificationsYou 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 ImplementationDeveloped by Michael F. HenryCopyright © 2003-2011 Michael F. Henry. All rights reserved.Permission to use for non-commercial purposes only.All other uses contact author at mfh@zeptomoby.comThe files in this directory are compiled to make the two OrbitTools assemblies:Zeptomoby.OrbitTools.Core.dllZeptomoby.OrbitTools.Orbit.dllThe "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. HenryJune, 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.StephanAugust, 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%

[8]ページ先頭

©2009-2025 Movatter.jp