# Horizontal Coordinate System

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.

<figure><img src="/files/hJyrtP8Qi9kSMXM3clnk" alt="" width="375"><figcaption></figcaption></figure>

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.&#x20;

## 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aerospace.jamiepegg.com/aerospace-fundamentals/horizontal-coordinate-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
