Object
DataStore
LandsatStore
All Implemented Interfaces:
Auto­Closeable, Aggregate, Resource, Localized

public class LandsatStore extends DataStore implements Aggregate
Reads Landsat metadata and bands. Landsat data are distributed as a collection of TIFF files, together with a single text file like below:
 GROUP = L1_METADATA_FILE
   GROUP = METADATA_FILE_INFO
     ORIGIN = "Image courtesy of the U.S. Geological Survey"
     REQUEST_ID = "0501403126384_00011"
     LANDSAT_SCENE_ID = "LC81230522014071LGN00"
     FILE_DATE = 2014-03-12T06:06:35Z
     STATION_ID = "LGN"
     PROCESSING_SOFTWARE_VERSION = "LPGS_2.3.0"
   END_GROUP = METADATA_FILE_INFO
   GROUP = PRODUCT_METADATA
     DATA_TYPE = "L1T"
     ELEVATION_SOURCE = "GLS2000"
     OUTPUT_FORMAT = "GEOTIFF"
     SPACECRAFT_ID = "LANDSAT_8"
     SENSOR_ID = "OLI_TIRS"
     etc...
This class reads the content from the given input until the first occurrence of the END keyword. Lines beginning with the # character (ignoring spaces) are treated as comment lines and ignored.
Since:
1.1