Orbital launch manifest intelligence (weekly)
Every upcoming orbital launch on The Space Devs Launch Library 2 manifest (keyless official API), joined with each launch provider's trailing-12-month reliability record — typically ~360 launches/week. Each row is one planned launch: launch and mission names, status (TBD/TBC/Go/Hold), NET no-earlier-than date and launch window, NET precision class + precise flag, T-minus countdown in hours and its bucket (imminent/this_week/this_month/later), provider + type, rocket name/family/variant, mission type + coarse mission class (human_spaceflight, cargo_logistics, science, connectivity, security, tech_test, operations), orbit, launch pad + location, country (canonical name + ISO alpha-3; empty when LL2's pad country code is unresolvable), webcast flag, provider 12-month attempts / success rate / current success streak / dense reliability rank (null for providers with no trailing-year history — never imputed), per-row LL2 source URL, and a row hash. Primary key: launch_id (LL2 UUID). Cadence: weekly; as_of is the run's UTC date, so identical input produces an identical content hash. Caveats: NET dates and statuses are planning values and shift; LL2 carries no accuracy guarantee; provider join is on LL2-canonical names (exact string match). Terms allow any use with encouraged attribution -> commercial_use = yes. Sample use: filter countdown_bucket = 'imminent' for this week's launches, or order by provider_reliability_rank for the most reliable rides.
Les titres et les descriptions proviennent des sources de données, en anglais.
- Lignes
- 367
- Colonnes
- 34
- Cadence de la source
- Hebdomadaire
- Dernière actualisation
- 25 sept. 2026
- Thème
- technology
| Colonne | Type | Description |
|---|---|---|
| as_of | string | Run date (UTC). Day-granular: identical input on the same UTC day yields an identical content hash. (unit: date) |
| snapshot_week | string | ISO week of as_of (YYYY-Www). (unit: week) |
| launch_id | string | LL2 launch UUID. Stable primary key. (unit: id) |
| launch_name | string | LL2 launch name (vehicle + mission). |
| status_name | string | LL2 human-readable status. |
| status_abbrev | string | LL2 status abbreviation: TBD, TBC, Go, Hold. |
| net_utc | string | No-earlier-than launch datetime, UTC ISO 8601. |
| window_start_utc | string | Launch window start, UTC ISO 8601 (may be empty). |
| window_end_utc | string | Launch window end, UTC ISO 8601 (may be empty). |
| net_precision | string | Raw LL2 net_precision abbreviation (MIN, DAY, DEC, Q4, H2, Y, ...). |
| precision_class | string | Coarse NET precision: exact (MIN/SEC/DAY), month, quarter, half, year, unknown. |
| precise_flag | integer | 1 when the NET is precise to the day or better, else 0. |
| t_minus_hours | float | Hours from as_of (00:00 UTC) to NET; negative when the NET already passed. (unit: hours) |
| countdown_bucket | string | imminent (<=24h), this_week (<=7d), this_month (<=30d), later. |
| provider | string | Launch service provider, LL2-canonical name (exact-string join key to the reliability stats). |
| provider_type | string | LL2 provider type (Commercial, Government, Private, Multinational, Unknown). |
| rocket_name | string | Launch vehicle configuration name. |
| rocket_family | string | Vehicle family (empty when LL2 omits it). |
| rocket_variant | string | Vehicle variant (empty when LL2 omits it). |
| mission_name | string | Mission name (empty when LL2 omits it). |
| mission_type | string | LL2 mission type, one of the 18 known types (empty when LL2 omits it). |
| mission_class | string | Deterministic 8-class collapse of mission_type: human_spaceflight, cargo_logistics, science, connectivity, security, tech_test, operations, unknown. |
| orbit_abbrev | string | Target orbit abbreviation (e.g. LEO, SSO; empty when LL2 omits it). |
| pad_name | string | Launch pad name. |
| pad_location | string | Launch site location name. |
| country | string | Canonical country name from the pad's ISO alpha-3 via hub.normalize; empty when LL2's code is unresolvable (e.g. '???') — never guessed. |
| country_code | string | ISO alpha-3 country code of the pad; empty when unresolvable. Join key. (unit: code) |
| webcast_live | boolean | 1 when LL2 marks a live webcast, else 0. |
| provider_attempts_12m | float | Provider's known-outcome orbital launches in the trailing 365 days (Success+Failure+Partial Failure); null for providers with no history. (unit: count) |
| provider_success_rate_pct | float | 100*(successes + 0.5*partials)/attempts over trailing 365 days; null when attempts = 0. (unit: percent) |
| provider_consecutive_successes | float | Current success streak: consecutive Success rows from the provider's most recent launch backwards; null with no history. (unit: count) |
| provider_reliability_rank | float | Dense rank over providers with trailing-year history (success_rate desc, attempts desc, provider asc); null for providers with no history. (unit: rank) |
| source_url | string | Per-row LL2 API URL for this launch (exact provenance). (unit: URL) |
| row_hash | string | SHA-256 (16 hex chars) over the row's content fields; identical input yields an identical hash. (unit: hash) |
Profilé le 25 sept. 2026 à partir de l’instantané 20260925T122603Z-d277700eee3a
Mesuré- Complétude
- 99,1 %
- Lignes
- 367
- Colonnes
- 34
- Colonnes incomplètes
- 4
| Colonne | Manquant | Distinctes | Plage | Distribution |
|---|---|---|---|---|
| as_ofvarchar | 0 % | 1 | — |
|
| snapshot_weekvarchar | 0 % | 1 | — |
|
| launch_idvarchar | 0 % | 377 | — |
|
| launch_namevarchar | 0 % | 385 | — |
|
| status_namevarchar | 0 % | 3 | — |
|
| status_abbrevvarchar | 0 % | 3 | — |
|
| net_utcvarchar | 0 % | 56 | — |
|
| window_start_utcvarchar | 0 % | 56 | — |
|
| window_end_utcvarchar | 0 % | 55 | — |
|
| net_precisionvarchar | 0 % | 14 | — |
|
| precision_classvarchar | 0 % | 6 | — |
|
| precise_flagbigint | 0 % | 2 | 0 → 1médiane 0 | |
| t_minus_hoursdouble | 0 % | 48 | 24,43 → 116 280médiane 8 880 | 8 hors du 1er–99e centile |
| countdown_bucketvarchar | 0 % | 3 | — |
|
| providervarchar | 0 % | 36 | — |
|
| provider_typevarchar | 0 % | 5 | — |
|
| rocket_namevarchar | 0 % | 75 | — |
|
| rocket_familyvarchar | 0 % | 23 | — |
|
| rocket_variantvarchar | 0 % | 36 | — |
|
| mission_namevarchar | 0 % | 369 | — |
|
| mission_typevarchar | 0 % | 20 | — |
|
| mission_classvarchar | 0 % | 9 | — |
|
| orbit_abbrevvarchar | 0 % | 18 | — |
|
| pad_namevarchar | 0 % | 44 | — |
|
| pad_locationvarchar | 0 % | 25 | — |
|
| countryvarchar | 0 % | 18 | — |
|
| country_codevarchar | 0 % | 16 | — |
|
| webcast_liveboolean | 0 % | 1 | — |
|
| provider_attempts_12mdouble | 7,6 % | 11 | 1 → 156médiane 25 | |
| provider_success_rate_pctdouble | 7,6 % | 4 | 0 → 100médiane 100 | 1 hors du 1er–99e centile |
| provider_consecutive_successesdouble | 7,6 % | 9 | 0 → 156médiane 25 | |
| provider_reliability_rankdouble | 7,6 % | 17 | 1 → 26médiane 2 | 1 hors du 1er–99e centile |
| source_urlvarchar | 0 % | 354 | — |
|
| row_hashvarchar | 0 % | 341 | — |
|
- Actuelle
20260925T122603Z-d277700eee3a · sha256 d277700eee3a…
367 lignes · premier instantané
Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/launch_intel_signals/launch_manifest_intel_weekly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/launch_intel_signals/launch_manifest_intel_weekly").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)Point d’accès API : https://datazimuts.com/v1/datasets/launch_intel_signals/launch_manifest_intel_weekly
Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.
D’où viennent ces données et ce qui en a été fait. Le travail des autres apparaît sous forme de décomptes ; seuls les projets partagés sont nommés.
Citer cet instantané
Épinglé à l’instantané 20260925T122603Z-d277700eee3a et à son empreinte, pour que vos lecteurs obtiennent exactement les données utilisées.
The Space Devs Launch Library 2 (launch intelligence). (2026). Orbital launch manifest intelligence (weekly) [Data set, snapshot 20260925T122603Z-d277700eee3a, sha256 d277700eee3a]. Datazimuts. Retrieved 2026-09-25, from https://datazimuts.com/fr/datasets/launch_intel_signals/launch_manifest_intel_weekly?snapshot=20260925T122603Z-d277700eee3a
@misc{dz_launch_intel_signals_launch_manifest_int_d277700e,
title = {{Orbital launch manifest intelligence (weekly)}},
author = {{The Space Devs Launch Library 2 (launch intelligence)}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/fr/datasets/launch_intel_signals/launch_manifest_intel_weekly?snapshot=20260925T122603Z-d277700eee3a}},
note = {Snapshot 20260925T122603Z-d277700eee3a, sha256 d277700eee3ad3f9e59ee145a07e5e6e8cf81de6fb716e542ec6eae8c95a1941; accessed 2026-09-25}
}Intégrer un tableau ou un graphique
Collez ce code dans n’importe quelle page. L’intégration est épinglée au même instantané, suit le thème clair ou sombre du lecteur et affiche toujours la source, la licence et un lien de retour.
<iframe src="https://datazimuts.com/embed/chart?dataset=launch_intel_signals%2Flaunch_manifest_intel_weekly&lang=fr&theme=auto&snapshot=20260925T122603Z-d277700eee3a&x=as_of&y=precise_flag&agg=avg" title="Orbital launch manifest intelligence (weekly)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Posez une question sur ce jeu de données. Les réponses viennent uniquement de sa fiche, de son profil mesuré et de son historique, et citent les faits utilisés.