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
# Build
go build .
# Create a local cache
launchdata cache all --output-dir ./data
# Explore
launchdata browse 2022
- planet4589, maintained by Jonathan McDowell