Week 4 · Ground Station Operator

Plotting global launch sites (Capstone 1 week)

Track 1 culminates here: every active orbital launch pad on Earth, geocoded, attributed (country, operator, status, vehicles), styled, and mapped. The week 4 lab IS the capstone start — you finish it for cert 1.

Learning objectives

Primer

This week is the synthesis of the first three. Coordinate systems are settled (Week 1). Vector vs raster, projections — settled (Week 2). QGIS — settled (Week 3). Now we apply all three to a real space-domain dataset: every active orbital launch pad on Earth.

Defining "active" and "orbital"

The world has dozens of launch sites; most are not active, and many are suborbital-only. For this week's atlas, a launch pad qualifies if it has hosted at least one orbital launch attempt in the past 24 months. That filter leaves roughly 20–25 sites — a number that fits cleanly on a single map and a single dataset.

"Orbital" means the launch was attempting to reach a closed orbit around Earth (LEO and above), not a suborbital trajectory like a sounding rocket or New Shepard. The distinction matters because the launch-pad infrastructure for orbital launches (vertical integration, range safety, downrange recovery) is fundamentally different from suborbital pads.

The attributes that matter

A useful spaceport feature includes:

Sources you can cite

This is where rigor distinguishes a good atlas from a Wikipedia copy. Cite primary sources:

Nearest-neighbor and inclination bands

With the GeoJSON loaded, two analytical questions become natural:

  1. Nearest neighbor. For each pad, what is the nearest other orbital pad? Use a geodesic distance (not planar) — pads can be on different continents and the great-circle distance is what matters. shapely's planar distance is wrong here; use geopy.distance.geodesic or PostGIS ST_Distance_Sphere.
  2. Inclination band. A pad at latitude φ can launch directly into orbits with inclination ≥ |φ|. So Kourou (5.2° N) can launch equatorial orbits cheaply; Plesetsk (62.9° N) cannot. Group your pads into inclination bands (equatorial, mid-inclination, polar) and visualize.

The capstone

The Week 4 lab is the start of Capstone 1: Global Launch Site Atlas. You'll build the GeoJSON, style and label it in QGIS, and export an A2-sized PDF map. The full rubric is on the capstone page; finishing it earns the Certified Ground Station Operator credential.

A finished atlas is not just a map. It's a citation-grade dataset that any space-domain researcher can use. Coordinate precision must be defensible. Attribute values must be sourced. The visual styling must enable the reader to draw conclusions at a glance: which countries cluster geographically? Which operators have monopoly access to which inclinations? Which sites have surged in activity post-2020?

Track 1 closes here. Going into Track 2 (Orbital Analyst), you'll layer orbital mechanics onto this base. Every TLE you propagate in Track 2 will be referenced back to one of the pads you mapped this week.

Hands-on lab: Global Launch Site Atlas (capstone start)

Build a GeoJSON FeatureCollection of all currently-active orbital launch pads worldwide. Style by operator and country. Export the styled QGIS map to PDF. This is the deliverable for Capstone 1.

Quiz

Test yourself. Answer key on the certificate-track page (Gold-tier feature: progress tracking and auto-grading).

Q1. Which spaceport is most equatorial?
  1. Cape Canaveral
  2. Kourou
  3. Vandenberg
  4. Plesetsk
Q2. Which spaceport is best for polar orbits?
  1. Cape Canaveral
  2. Kourou
  3. Vandenberg
  4. Wenchang
Q3. Equatorial launch sites are preferred for what orbit?
  1. Polar
  2. Sun-synchronous
  3. Geostationary
  4. Molniya
Q4. How many active orbital launch sites operate today, approximately?
  1. 5
  2. 10
  3. 20
  4. 100
Q5. Starbase is operated by:
  1. NASA
  2. SpaceX
  3. ULA
  4. Blue Origin
Capstone week. This week's lab is the start of Capstone 1: Global Launch Site Atlas. Finishing the capstone earns the Certified Ground Station Operator credential.