Landsat 4-5 TM L1

About Landsat 4-5 TM Collection 2 Level 1 Data

Mission Information

The Landsat Thematic Mapper (TM) sensor was carried onboard Landsats 4 and 5. It provides 6 spectral bands and 1 thermal infrared band. Learn more about here.

Basic Facts

PropertyInfo
Spatial resolution30 m (the thermal band is re-sampled from 120 m)
SensorThematic Mapper (TM) with 6 spectral bands and 1 thermal infrared band
Revisit time16 days
Spatial coverageWhole globe
Data availabilityLandsat 4 from August 1982 to December 1993
Landsat 5 from March 1984 to May 2012
Common usage/purposeVegetation monitoring, land use, land cover maps and monitoring of changes.

Accessing Data

To access data you need to send a POST request to our process API. The requested data will be returned as the response to your request. Each POST request can be tailored to get you exactly the data you require. To do this requires setting various parameters which depend on the collection you are querying. This chapter will help you understand the parameters for Landsat 4-5 TM Level 1 data. For an overview of all API parameters see the API Reference.

Endpoint Locations

ServiceNotes
services-uswest2.sentinel-hub.com/apiGlobal coverage from July 1982 to May 2012

Data type identifier: landsat-tm-l1

Use landsat-tm-l1 [1] (previously LTML1) as the value of the input.data.type parameter in your API requests. This is mandatory and will ensure you get Landsat 4-5 TM Level 1 data.

The collection is currently in the preview stage and might thus change.

[1]: landsat-tm-l1 stands for Landsat Thematic Mapper Level 1.

Filtering Options

This chapter will explain the input.data.dataFilter object of the process API.

mosaickingOrder

Sets the order of overlapping tiles from which the output result is mosaicked. Note that tiles will in most cases come from the same orbit/acquisition. The tiling is done by USGS for easier distribution.

ValueDescriptionNotes
mostRecentselected by default. The pixel will be selected from the tile, which was acquired most recentl
leastRecentsimilar to mostRecent but in reverse order
leastCCpixel is selected from tile with the least cloud coverage metadatanote that "per tile" information is used here, each covering about a 31,000 sq. km area, so this information is only an estimate.

maxCloudCoverage

Sets the upper limit for cloud coverage in percent based on the precomputed cloud coverage estimate for each tile as present in the tile metadata. Satellite data will therefore not be retrieved for tiles with a higher cloud coverage estimate. For example, by setting the value to 20, only tiles with at most 20% cloud coverage will be used. Note that this parameter is set per tile and might not be directly applicable to the chosen area of interest.

tiers

Selects product tiers.

ValueDescription
TIER_1selects Tier 1 products
ALL_TIERSselected by default. selects Tier 1 and Tier 2 products

Processing Options

This chapter will explain the input.data.processing object of the process API.

ParameterDescription
upsamplingThe same as for S2L1C.
downsamplingThe same as for S2L1C.

Available Bands and Data

Information in this chapter is useful when defining input object in evalscript. Any string listed in the column Name can be an element of the input.bands array in your evalscript.

NameDescriptionResolution
B01Blue (450-520 nm)30m
B02Green (520-600 nm)30m
B03Red (630-690 nm)30m
B04Near Infrared (NIR) (760-900 nm)30m
B05Shortwave Infrared (SWIR) 1 (1550-1750 nm)30m
B06Thermal Infrared (10400-12500 nm)30m [1]
B07Shortwave Infrared (SWIR) 2 (2080-2350 nm)30m
BQAQuality Assessment band (QA)30m
QA_RADSATRadiometric Saturation and Terrain Occlusion QA Band30m
VAAView (sensor) Azimuth Angle30m
VZAView (sensor) Zenith Angle30m
SAASun Azimuth Angle30m
SZASun Zenith Angle30m
dataMaskThe mask of data/no data pixels (more).N/A [2]

[1]: Thermal band is acquired at 120 meter resolution and then resampled to 30 meter in delivered data product (source).
[2]: dataMask has no source resolution as it is calculated for each output pixel.

Units

The data values for each band in your custom script are presented in the units as specified here. In case more than one unit is available for a given band, you may optionally set the value of input.units in your evalscript setup function to one of the values in the Sentinel Hub Units column. Doing so will present data in that unit. The Sentinel Hub units parameter combines the physical quantity and corresponding units of measurement values. As such, some names more closely resemble physical quantities, others resemble units of measurement.

The Source Format specifies how and with what precision the digital numbers (DN) from which the unit is derived are encoded. Bands requested in DN units contain exactly the pixel values of the source data. Note that resampling may produce interpolated values. DN is also used whenever a band is derived computationally (like dataMask); such bands can be identified by having DN units and N/A source format. DN values are typically not offered if they do not simply represent any physical quantity, in particular, when DN values require source-specific (i.e. non-global) conversion to physical quantities.

Values in non-DN units are computed from the source (DN) values with at least float32 precision. Note that the conversion might be nonlinear, therefore the full value range and quantization step size of such a band can be hard to predict. Band values in evalscripts always behave as floating point numbers, regardless of the actual precision.

The Typical Range indicates what values are common for a given band and unit, however outliers can be expected.

BandPhysical Quantity (units)Sentinel Hub UnitsSource FormatTypical RangeNotes
Optical bands
B01 - B05, B07
Reflectance (unitless)REFLECTANCE [1]UINT80 - 0.4Higher values in infrared bands. Reflectance values can easily be above 1.
Thermal band
B06
Brightness temperature (kelvin)BRIGHTNESS_TEMPERATURE [2]UINT8250 - 320Brightness temperature of roughly -20 to +50 C. Can reach outside this range in extreme environments.
BQAPixel quality assessment (unitless)DNUINT16bit-packed combination (info here)Use the function named decodeL8C2Qa (see).
QA_RADSATRadiometric saturation quality assessment (unitless)DNUINT16bit-packed combination (info here)
VAAAngle (degrees)DEGREESINT16
VZAAngle (degrees)DEGREESINT16
SAAAngle (degrees)DEGREESINT16
SZAAngle (degrees)DEGREESINT16
dataMaskN/ADNN/A0 - no data
1 - data

[1]: Top of the Atmosphere Reflectance, which is obtained using the scene center sun angle.
[2]: Top of the Atmosphere Brightness Temperature.

Catalog API Capabilities

To access Landsat product metadata you need to send search request to our Catalog API. The requested metadata will be returned as JSON formatted response to your request.

Collection identifier: landsat-tm-l1

Filter extension

  • eo:cloud_cover cloud cover percentage
  • landsat:scene_id scene identifier
  • landsat:collection_category collection tier. T1 for tier 1 (scenes with the highest radiometric and positional quality) and T2 for tier 2 (scenes not meeting tier 1 criteria)

Distinct extension

  • date