Skip to content

Database

Landon Clipp edited this page Jun 7, 2017 · 7 revisions

Build

The Basic Fusion program takes as an argument a text file containing all of the HDF files it needs to process. This text file can either be created manually, or it can be generated from a database query. The SQlite database is built using a Python script that parses an unordered list of all MOPITT, CERES, ASTER, MODIS and MISR files available in the file system. The general workflow is as such:

  1. Find all Terra files that exist in the file system. This should be done using a script.

Queries

Clone this wiki locally