Zbiór danych GLS2005 to kolekcja 9500 ortorektyfikowanych zdjęć satelitarnych o średniej rozdzielczości, wykonanych w okresie od 2004 r. do 2007 r., przedstawiających obszary lądowe Ziemi. GLS2005 korzysta głównie z danych Landsat 5 i uzupełnionych danych Landsat 7, a także z danych EO-1 ALI i Terra ASTER, które wypełniają wszelkie luki w danych.
Ten zbiór danych zawiera obrazy tylko z czujników L5 TM i L7 ETM+ oraz tylko 6 pasm, które są wspólne dla tych 2 czujników: 10, 20, 30, 40, 50 i 70.
Pasma
Rozmiar piksela 30 metrów
Pasma
Nazwa
Rozmiar piksela
Długość fali
Opis
10
metry
0,45–0,52 μm
Niebieski
20
metry
0,52–0,60 μm
Zielony
30
metry
0,63–0,69 μm
Czerwony
40
metry
0,76–0,90 μm
Bliska podczerwień
50
metry
1,55–1,75 μm
Krótkofalowe promieniowanie podczerwone 1
70
metry
2,08–2,35 μm
Krótkofalowe promieniowanie podczerwone 2
Warunki korzystania z usługi
Warunki korzystania z usługi
Zbiory danych Landsat są tworzone przez instytucje federalne, dlatego należą do domeny publicznej i można ich używać, przenosić i reprodukować bez ograniczeń wynikających z praw autorskich.
Należy podać informację o źródle danych USGS, dodając wiersz z cytatem, np. jak w przykładzie poniżej.
(Nazwa produktu, obrazu, zdjęcia lub zbioru danych) dzięki uprzejmości
U.S. Geological Survey
Przykład: zdjęcie Landsat-7 udostępnione przez U.S. Geological Survey
Zbiór danych GLS2005 to kolekcja 9500 ortorektyfikowanych zdjęć satelitarnych o średniej rozdzielczości, wykonanych w latach 2004–2007, przedstawiających obszary lądowe Ziemi. GLS2005 wykorzystuje głównie dane z satelity Landsat 5 i uzupełnione dane z satelity Landsat 7, a także dane z satelitów EO-1 ALI i Terra ASTER, które wypełniają wszelkie luki w danych. Ten zbiór danych zawiera…
[null,null,[],[[["\u003cp\u003eThe GLS2005 dataset comprises approximately 9,500 orthorectified, medium-resolution satellite images of Earth's landmasses, collected between 2004 and 2007.\u003c/p\u003e\n"],["\u003cp\u003ePrimarily using Landsat 5 and 7 data, GLS2005 also incorporates EO-1 ALI and Terra ASTER data to fill gaps, offering a comprehensive global land survey.\u003c/p\u003e\n"],["\u003cp\u003eThis dataset includes six spectral bands (blue, green, red, near-infrared, and two shortwave infrared bands) at a 30-meter resolution, compatible with both Landsat 5 TM and Landsat 7 ETM+ sensors.\u003c/p\u003e\n"],["\u003cp\u003eGLS2005 data is freely available for use, transfer, and reproduction without copyright restrictions, as it is considered public domain data created by the USGS.\u003c/p\u003e\n"],["\u003cp\u003eUsers are encouraged to acknowledge the USGS as the data source when utilizing GLS2005 imagery.\u003c/p\u003e\n"]]],[],null,["# Landsat Global Land Survey 2005, Landsat 5+7 scenes\n\nDataset Availability\n: 2003-07-29T00:00:00Z--2008-07-29T00:00:00Z\n\nDataset Provider\n:\n\n\n [USGS](https://www.usgs.gov/landsat-missions/global-land-survey-gls)\n\nTags\n:\n[gls](/earth-engine/datasets/tags/gls) [landsat](/earth-engine/datasets/tags/landsat) [radiance](/earth-engine/datasets/tags/radiance) [satellite-imagery](/earth-engine/datasets/tags/satellite-imagery) [usgs](/earth-engine/datasets/tags/usgs) \n\n#### Description\n\nThe GLS2005 data set is a collection of 9500\northorectified leaf-on medium-resolution satellite images collected between\n2004 and 2007 and covering the Earth's land masses. GLS2005 uses mainly Landsat\n5 and gap-filled Landsat 7 data with EO-1 ALI and Terra ASTER data filling in\nany data holes.\n\nThis 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.\n\n### Bands\n\n\n**Pixel Size**\n\n30 meters\n\n**Bands**\n\n| Name | Pixel Size | Wavelength | Description |\n|------|------------|----------------|----------------------|\n| `10` | meters | 0.45 - 0.52 μm | Blue |\n| `20` | meters | 0.52 - 0.60 μm | Green |\n| `30` | meters | 0.63 - 0.69 μm | Red |\n| `40` | meters | 0.76 - 0.90 μm | Near infrared |\n| `50` | meters | 1.55 - 1.75 μm | Shortwave infrared 1 |\n| `70` | meters | 2.08 - 2.35 μm | Shortwave infrared 2 |\n\n### Terms of Use\n\n**Terms of Use**\n\nLandsat datasets are federally created data\nand therefore reside in the public domain and may be used, transferred, or reproduced without copyright restriction.\n\nAcknowledgement or credit of the USGS as data source should be provided\nby including a line of text citation such as the example shown below.\n\n(Product, Image, Photograph, or Dataset Name) courtesy of\nthe U.S. Geological Survey\n\nExample: Landsat-7 image courtesy of the U.S. Geological Survey\n\nSee the\n[USGS Visual Identity System Guidance](https://www.usgs.gov/information-policies-and-instructions/usgs-visual-identity-system)\nfor further details on proper citation and acknowledgement of USGS products.\n\n### Explore with Earth Engine\n\n| **Important:** Earth Engine is a platform for petabyte-scale scientific analysis and visualization of geospatial datasets, both for public benefit and for business and government users. Earth Engine is free to use for research, education, and nonprofit use. To get started, please [register for Earth Engine access.](https://console.cloud.google.com/earth-engine)\n\n### Code Editor (JavaScript)\n\n```javascript\nvar dataset = ee.ImageCollection('LANDSAT/GLS2005');\nvar trueColor321 = dataset.select(['30', '20', '10']);\nMap.setCenter(6.746, 46.529, 6);\nMap.addLayer(trueColor321, {}, 'True Color (321)');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/LANDSAT/LANDSAT_GLS2005) \n[Landsat Global Land Survey 2005, Landsat 5+7 scenes](/earth-engine/datasets/catalog/LANDSAT_GLS2005) \nThe 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 ... \nLANDSAT/GLS2005, gls,landsat,radiance,satellite-imagery,usgs \n2003-07-29T00:00:00Z/2008-07-29T00:00:00Z \n-90 -180 90 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://www.usgs.gov/landsat-missions/global-land-survey-gls)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/LANDSAT_GLS2005)"]]