Skip to content

File Naming Conventions

Phil Brodrick edited this page Jan 27, 2022 · 1 revision

The current proposed naming conventions are:

emityyyymmddthhmmss_oOOOOO_sSSS_LNN_PRODtype_bBBB_vVV.ext

Where:

yyyymmddthhmmss = Starting date and time of each scene (UTC)

oOOOOO = Orbit number; starting at start of mission, ascending equatorial crossing (TBC)

sSSS = Scene ID; starting at first scene of first orbit

LNN = Data processing level number (i.e. L1B, L2A, etc.)

PRODtype = A mnemonic indicating a data product type (i.e. rdn, obs, loc, rfl, glt, igm, rdn, rfl, qa, uncert, mask, etc.)

bBBB = The identification of the related software build that corresponds to the environment in which a specific level of product was generated

vVV = DAAC Data Product delivery version number

ext = File name extension (i.e. img, hdr, kml, kmz, jpg, png, nc, etc.)

Examples:
emit20211215t062213_o00001_s002_l1b_rdn_b001_v00.img (spectral radiance image) emit20211215t062213_o00001_s002_l1b_rdn_b001_v00.hdr (spectral radiance header) emit20211215t062213_o00001_s002_l1b_obs_b001_v00.img (observation geometry (obs) image) emit20211215t062213_o00001_s002_l1b_obs_b001_v00.hdr (obs header) emit20211215t062213_o00001_s002_l1b_rdn_b001_v00.jpg (spectral radiance RGB image) emit20211215t062213_o00001_s002_l1b_rdn_b001_v00.kmz (KMZ file) emit20211215t062213_o00001_s002_l1b_glt_b001_v00.img (GLT image) emit20211215t062213_o00001_s002_l1b_glt_b001_v00.hdr (GLT header) emit20211215t062213_o00001_s002_l2a_uncert_b001_v00.img (reflectance uncertainty file) emit20211215t062213_o00001_s002_l2a_uncert_b001_v00.hdr (reflectance uncertainty header) emit20211215t062213_o00001_s002_l2a_mask_b001_v00.img (level 2a mask file) emit20211215t062213_o00001_s002_l2a_mask_b001_v00.hdr (level 2a mask header)

Clone this wiki locally