| Launch | Date | {showPrimary &&Primary payload | }Site | {showPrimary ? 'Payloads' : 'Satellites'} | {showActive &&Active | }
|---|---|---|---|---|---|
| {l.cospar_launch_id} | {fmtDate(l.launch_date)} | {showPrimary &&{l.primary_name ?? '—'} | }{l.site_slug ? {l.site_name ?? l.site_slug} : l.site_name ?? '—'} | {fmtInt(l.satellites ?? l.payload_count)} | {showActive &&{fmtInt(l.active)} | }
| Site | Code | Launches | {showSatellites &&Satellites | } {showLast &&Last launch | }
|---|---|---|---|---|
| {s.name} {s.country_code && {s.country_code}} | {s.code} | {fmtInt(s.launches)} | {showSatellites &&{fmtInt(s.satellites)} | } {showLast &&{fmtDate(s.last_launch)} | }
| Satellite | NORAD | Status | {has('type') &&Type | } {has('orbit') &&Orbit | } {has('mission') &&Mission | }Launched | {has('perigee') &&Perigee | } {has('apogee') &&Apogee | } {has('inclination') &&Incl. | }
|---|---|---|---|---|---|---|---|---|---|
| {s.name} | {s.norad_id ?? '—'} | {fmtDate(s.launch_date)} | {has('perigee') &&{fmtKm(s.perigee_km)} | } {has('apogee') &&{fmtKm(s.apogee_km)} | } {has('inclination') &&{fmtDeg(s.inclination_deg)} | }
| Constellation | Service | Orbit | Active | Total | {showGrowth &&365 d | }
|---|---|---|---|---|---|
| {c.name} | {titleCase(c.service_type)} | {fmtInt(c.active)} | {fmtInt(c.total)} | {showGrowth &&{fmtInt(c.launched_last_365d)} | }
| Operator | Kind | Active | Total | 365 d |
|---|---|---|---|---|
| {o.name} | {titleCase(o.kind)} | {fmtInt(o.active_payloads)} | {fmtInt(o.total_payloads)} | {fmtInt(o.payloads_last_365d)} |