Skip to content

Instantly share code, notes, and snippets.

@elmariachi111
Created July 1, 2026 10:39
Show Gist options
  • Select an option

  • Save elmariachi111/f845df97f13f42974e40bf68704b98e7 to your computer and use it in GitHub Desktop.

Select an option

Save elmariachi111/f845df97f13f42974e40bf68704b98e7 to your computer and use it in GitHub Desktop.

What is a Sun-Synchronous Orbit?

researched, extracted and summarized by Minimax-m3, Jul 1st 2026

The short version

A sun-synchronous orbit (SSO) is a near-polar low-Earth orbit (typically 600–800 km up, at an inclination of about 98°) that is carefully tuned so the satellite crosses any given point on Earth at the same local solar time every day — for example, always at about 10:30 in the morning. The orbit is "in sync" with the Sun, not with the Earth's rotation.

How it works (the clever trick)

Two things are happening at once:

  1. Earth is not perfectly round. It bulges slightly at the equator (about 21 km wider than pole-to-pole). This bulge tugs asymmetrically on a satellite's orbit and causes the orbital plane to slowly precess — that is, to rotate around Earth's axis, about 1° per day.
  2. Earth moves around the Sun, so the apparent direction of the Sun in the sky also shifts about 1° per day through the year.

Mission designers pick the satellite's altitude and inclination so that these two rates match exactly. The result: even though both the satellite and the Sun-direction are drifting in space, they drift together, and from the ground, every pass happens under the same lighting conditions. This is why Landsat, Sentinel, Terra, Aqua, and most Earth-observing and reconnaissance satellites fly in SSOs — you can compare images taken weeks or years apart without confusing seasonal shadows for real changes on the ground.

A neat special case is the dawn–dusk orbit, where the satellite rides the line between day and night so its solar panels never go into shadow.

How it differs from a geostationary orbit

Sun-synchronous (SSO) Geostationary (GEO)
Altitude ~600–800 km (low Earth orbit) ~36,000 km (high Earth orbit)
Inclination Near-polar (~98°, slightly retrograde) Exactly 0° (over the equator)
Motion relative to ground Sweeps over the whole Earth in a day or two Appears to hover over one fixed point
Orbital period ~96–100 minutes (14–15 orbits per day) 23 h 56 min (1 orbit per sidereal day)
Synced with… The Sun (same local time each pass) Earth's rotation (same longitude always)
Best for Imaging, mapping, weather, reconnaissance — anywhere you need consistent lighting and global coverage Communications, TV broadcasting, continuous weather monitoring of one region
Limitation Can't stare at one spot Can't see the poles well; lower resolution due to distance

In short: a geostationary satellite trades altitude for the ability to "sit still" over one patch of sky (great for a TV dish pointed at it), while a sun-synchronous satellite trades that stability for the ability to light the whole planet with the same Sun angle on every pass (great for tracking changes on the ground over time).

Good resources to dig deeper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment