Skip to content

Code and data to create a satellite-operator-year panel dataset for tracking ownership of active satellites in LEO

Notifications You must be signed in to change notification settings

akhilrao/orbital-ownership-data

Repository files navigation

Tracking orbital-use patterns

This repository contains data and code to track orbital-use patterns, including concentration measures, over time. It currently combines and cleans data from the Union of Concerned Scientists and Space-Track.org to create a satellite-operator-year panel dataset.

What is this for?

There are many sources that track some measures of orbit use, e.g. Space-Track.org, DISCOSweb, UCS, Gunther's Space Report. Most if not all of these are focused on knowing where physical objects have been sent. While useful, this type of data is missing important fields necessary for economic analysis of orbit use---things like who owns what, where, what the debris environment looks like, and how it all changes over time. This project is an effort to track that data using only public domain sources.

At the moment the dataset only has active payloads. Future updates will incorporate the evolution of the debris environment, estimates of launch prices, and model-derived estimates of location-specific payoffs.

Gordon Lewis and Ethan Berner contributed immensely to the construction of this dataset. Please reach out if you are interested in contributing.

Update 2023-15-11: The JSR satcat has a lot of detail on satellite Owner/Operators along with details on debris. I'm still investigating the extent to which this might be a suitable replacement for the current data flow, which is a bit effort-intensive. I think JSR uses the UCS data as well, which would help minimize drift from switching. For now the JSR launch log and satellite catalog have been added to a folder labeled "JSR data".

Citation: McDowell, Jonathan C., 2020. General Catalog of Artificial Space Objects, Release 1.5.4 , https://planet4589.org/space/gcat

Relation to other replication materials

A version of this dataset was used in the paper "Oligopoly competition between satellite constellations will reduce economic welfare from orbit use". The final dataset can also be downloaded from the replication files for that paper: https://doi.org/10.57968/Middlebury.23816994.v1 . Repeatable code and data associated with Figure 1 of that paper can be found in the Middlebury Institutional Repository : https://doi.org/10.57968/Middlebury.23982468.v1 . The MIR code and datasets will recreate the same dataset used in that paper. This is a "living" version of the project to track orbital-use patterns and will continue to be updated.

Repository structure

Creating the dataset

To reproduce the UCS-JSpOC-soy-panel-22.csv dataset:

  1. Ensure R is installed along with the required packages

  2. Run the scripts in /Current R scripts in the following order:

    • combined_scripts.R (this will call UCS_text_cleaner.R)

    • json_cleaned_script.R

    • panel_builder.R

  3. The output file UCS-JSpOC-soy-panel-22.csv, along with several intermediate files used to create it, will be generated in /Output data

About

Code and data to create a satellite-operator-year panel dataset for tracking ownership of active satellites in LEO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages