Skip to content

Finding aid for digitized photos from the lunar orbiter missions

Notifications You must be signed in to change notification settings

danhorst/lunar-orbiter-photos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Lunar Orbiter Image Recovery Project (LORIP) recovered and restored the images taken by the 5 Lunar Orbiter satellites that NASA sent in 1966 and 1967 to plan the moon landings. The recovery effort is an impressive story. I first heard about it here.

The digital artifacts that LORIP created are now housed at the JPL. In their holdings there are PNG files created from the original, lossless images. Unfortunately there isn't an easy way to browse them.

There are about 3000 photos in the archive from the 5 missions. Combined, the PNG derivatives weigh in at just under 18Gb.

This project contains the scripts I used to explore the collection myself. I'm not a lunar scientist; I'm only looking for pretty pictures. My favorites are:

Using the Tool

Because this is a Ruby script you'll need to install Ruby (see .ruby_version for the required version) and bundler

crawl.rb generates two files:

  1. structure.json is an intermediate representation of the site structure; it speeds up processing
  2. image_urls.txt is a list of absolute URLs for the PNGs

One way to download all the images is to use wget

wget -i image_urls.txt

About

Finding aid for digitized photos from the lunar orbiter missions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages