
- Dataset Availability
- 2003-07-29T00:00:00 - 2008-07-29T00:00:00
- Dataset Provider
- USGS
- Earth Engine Snippet
-
ee.ImageCollection("LANDSAT/GLS2005")
Sign up for Earth Engine
Earth Engine is free to use for research, education, and nonprofit use.
To access this dataset in Earth Engine, please sign up for Earth Engine then return to this page.
- Tags
Description
The GLS2005 data set is a collection of 9500 orthorectified leaf-on medium-resolution satellite images collected between 2004 and 2007 and covering the Earth's land masses. GLS2005 uses mainly Landsat 5 and gap-filled Landsat 7 data with EO-1 ALI and Terra ASTER data filling in any data holes.
This dataset contains images from just the L5 TM and L7 ETM+ sensors, and only the 6 bands that those two sensors have in common: 10, 20, 30, 40, 50, and 70.
Explore in Earth Engine
var dataset = ee.ImageCollection('LANDSAT/GLS2005'); var trueColor321 = dataset.select(['30', '20', '10']); Map.setCenter(6.746, 46.529, 6); Map.addLayer(trueColor321, {}, 'True Color (321)');