X Tutup
The Wayback Machine - https://web.archive.org/web/20201214002541/https://github.com/Quartz/space-launches
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

space-launches

Converts the JSR Launch Vehicle database into a database suitable for analysis.

Setup

Install csvkit:

pip install csvkit

Getting the files:

wget http://www.planet4589.org/space/lvdb/launches.tar.gz
tar xvfz launches.tar.gz -C launches

Usage

Convert fixed-width files into CSVs:

./convert.sh
./convert_lookups.sh

The results can be found in the results folder.

To create a local sqlite database:

sqlite3 launches.db < import_query.sql

To run the boilerplate queries:

sqlite3 launches.db < queries.sql

Credits

About

Converts the JSR Launch Vehicle database into one big CSV file.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup