Data Access

Last Update: June 15, 2022

Level 1 and Atmospheres Archive and Distribution System (LAADS) and Data Pools

LAADS provides users with access to any of the following:

  • Collection 4 or 5 forward processed atmospheres data products. (Atmospheres Archive and Land Archive).
  • Collection 4 and 5 reprocessed atmospheres data products including cloud mask/profiles (Atmospheres Archive).
  • Collection 4 products are only available on a processing-on-demand basis. Further capabilty will only be provided until August 2007 when the ESDIS 6-month rule for prior collections is applicable.
  • Collection 5 geolocation and cloud mask products.
  • Collection 5 L1B products (Atmospheres Archive and Land Archive) through a limited-duration data pool. However, CONUS and European L1B data will be archived in LAADS. At a later date, the Asian region will be added.
  • Collection 5 Aeronet Subsetter, Pixel Subsetter, and OBC file ((Special Products).

LAADS provides three types of access:

Compressed L1B files access:

  • Many HDF files stored in LAADS and the associated data pools are internally compressed using the NCSA tool "hrepack". This includes the L1B data products stored on the data pools and distributed through subscriptions. This compression is transparent to many user applications. However, in some cases it will be necessary to generate uncompressed L1B files in order to get acceptable performance from applications. Examples of these are running downstream L2 PGEs, McIDAS, and some IDL applications (however, ENVI appears to be transparent).
  • hrepack is documented at, and can be downloaded from https://portal.hdfgroup.org/display/support/Documentation.
  • For use on Unix or Mac Systems:
    • Be sure to make hrepack executable on your system: chmod +x hrepack
    • An example (csh or tcsh) of Unix/Mac commands to uncompress a Level-1B file;
      set file = MYD021KM.A2006110.1815.2006112085606.hdf
      hrepack -i $file -o $file.unpack -t'*:NONE'
      if ( -e $file.unpack && "$status"== "0" ) mv $file.unpack $file
    • If you encounter applications that require un-compression we would appreciate hearing from you at User Support in order that we can pass the information forward to other users.