First pass for us at downloading a batch of scans from S3, I think we should go through this together.
Changes
Downloads a batch of scans from S3, where batch is the combination of satellite, set of regions, set of channels, and date range.
The local file structure of the download matches that of the file structure in S3, so that we can re-use code for navigating the S3 directory path and the local directory path.
Fixes #10
First pass for us at downloading a batch of scans from S3, I think we should go through this together.
Changes