📊 space: Update UNOOSA object launches data#5710
Merged
pabloarosado merged 4 commits intomasterfrom Feb 25, 2026
Merged
Conversation
Contributor
|
Quick links (staging server):
Login: chart-diff: ✅
data-diff: ❓ No datasets found in REMOTEAutomatically updated datasets matching excess_mortality|covid|fluid|flunet|country_profile|garden/ihme_gbd/2019/gbd_risk are not included Edited: 2026-02-25 08:41:29 UTC |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the UNOOSA “Online Index of Objects Launched into Outer Space” pipeline to a new snapshot date (2026-02-25) and wires the refreshed snapshot through meadow → garden → grapher steps in the space DAG.
Changes:
- Added a new UNOOSA snapshot script + DVC metadata for
space/2026-02-25/object_launches.csv. - Added new meadow/garden/grapher ETL steps (including country harmonization inputs and garden metadata).
- Updated
dag/space.ymlto use the new 2026-02-25 pipeline and moved the prior 2026-01-08 pipeline todag/archive/space.yml.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| snapshots/space/2026-02-25/object_launches.py | Fetches UNOOSA launch index data and writes the snapshot CSV. |
| snapshots/space/2026-02-25/object_launches.csv.dvc | Adds snapshot origin metadata + output hash/size for the new snapshot. |
| etl/steps/data/meadow/space/2026-02-25/object_launches.py | Converts raw snapshot rows into a meadow table of annual launches by country-year. |
| etl/steps/data/garden/space/2026-02-25/object_launches.py | Cleans/expands entities, harmonizes countries, adds World aggregate and cumulative metric. |
| etl/steps/data/grapher/space/2026-02-25/object_launches.py | Publishes the garden table to grapher. |
| etl/steps/data/garden/space/2026-02-25/object_launches.meta.yml | Defines garden dataset/variable metadata for annual + cumulative launches. |
| etl/steps/data/garden/space/2026-02-25/object_launches.excluded_countries.json | Lists excluded raw entity names for harmonization. |
| etl/steps/data/garden/space/2026-02-25/object_launches.countries.json | Provides raw-to-standard entity name mappings for harmonization. |
| dag/space.yml | Switches the active UNOOSA pipeline to the 2026-02-25 version. |
| dag/archive/space.yml | Archives the previous 2026-01-08 UNOOSA pipeline. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update UNOOSA data on objects launched to space.