tilezilla.products.espa module

Handler for Landsat data processed and distributed through ESPA

class tilezilla.products.espa.ESPALandsat(timeseries_id, acquired, processed, platform, instrument, bounds, bands=None, metadata=None, metadata_files=None)[source]

Bases: tilezilla.products.core.BaseProduct

ESPA processed “Level 2” Landsat data

classmethod from_path(path)[source]

Return an instance of ESPALandsat stored at a given path

Parameters:path (str) – the path to the root directory of the extracted data product
Raises:IOError – raise if MTL or ESPA product metadata cannot be found
description = 'ESPALandsat'
mtl_pattern = 'L*_MTL.txt'
xml_pattern = 'L*.xml'