vsinha / launchdata

Historical space rocket launch and payload info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launchdata 🚀

Go

Screenshot

Wikipedia has a lot of interesting data about rocket launches, but it's hard to parse and read the wikipedia table format. This library converts the wikipedia launch tables to JSON for easy consumption.

data/ contains the cleaned JSON data, organized by decade

Usage

# Build
go build .

# Create a local cache
launchdata cache all --output-dir ./data

# Explore
launchdata browse 2022

Similar datasources

About

Historical space rocket launch and payload info


Languages

Language:Go 99.7%Language:Just 0.3%