🛰️
Satellite Security Guide
  • 🛰️Introduction
    • Welcome
    • Satellites
    • Further Resources
  • 🚀Aerospace Fundamentals
    • Apsides
    • Horizontal Coordinate System
    • Keplerian (Orbital) Elements
    • Obit Types
      • Geostationary (GEO)
      • Low Earth (LEO)
      • Sun-Synchronous (SSO)
  • 🔭OSINT & Reconnaissance
    • Satellite Identification & Tracking
    • Satellite Telemetry
      • Two-Line Element Sets (TLE)
      • Orbit Mean-Elements Message (OMM)
    • Orbital Predictions
  • 📡Satellite Communications
    • Space System
    • Satellite Subsystems
    • Communication Protocols
    • Frequency Bands & EM Waves
    • Intercepting Satellite Signals
    • Uplink & Downlink
  • ☄️Satellite Attacks & Threats
    • Frameworks
    • Spacecrafts
      • Anti-Satellite Weapons
      • Space Debris
      • Software Vulnerabilities
      • Denial of Service
    • Communication Links
      • Uplink/Downlink Jamming
      • Replay Attacks
      • Encryption
      • Spoofing Attacks
    • Ground Stations
      • Network Attacks
      • Physical Attacks
      • Signal Jamming
  • 🐍Python for Aerospace
    • Pyephem
    • Skyfield
      • Examples
        • Azimuth and Altitude
Powered by GitBook
On this page
  • Azimuth (az.)
  • Altitude (alt.)
  • Celestial Horizon
  1. Aerospace Fundamentals

Horizontal Coordinate System

PreviousApsidesNextKeplerian (Orbital) Elements

Last updated 1 year ago

The horizontal coordinate system is a celestial coordinate system that uses the observer's local horizon as the fundamental plane to define two angles, azimuth (az) and altitude (alt).

This system divides the sky into two hemispheres: The upper hemisphere and the lower hemisphere. The pole of the upper hemisphere is called the zenith. The pole of the lower hemisphere is called the nadir.

Azimuth and altitude/elevation can be useful to track satellites through space. An antenna could use these measurements to follow a satellite and constantly receive data.

Azimuth (az.)

The angle between North, measured clockwise around the observer's horizon, and a celestial body (e.g. moon, star).

Altitude (alt.)

The angle between the object and the observer's local horizon. Also known as elevation (el.)

Celestial Horizon

The great circle separating the upper and lower hemispheres of the celestial sphere. The plane is normal to the local gravity vector.

🚀