ee.Algorithms.Landsat.TOA
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Kalibruje DN Landsat do odbicia TOA i temperatury jasności dla Landsat i podobnych danych. W przypadku niedawno pozyskanych scen współczynniki kalibracji są wyodrębniane z metadanych obrazu. W przypadku starszych scen współczynniki są uzyskiwane na podstawie:
Chander, Gyanesh, Brian L. Markham, Dennis L. Helder. „Summary of current radiometric calibration coefficients for Landsat MSS, TM, ETM+, and EO-1 ALI sensors.” Remote sensing of environment 113.5 (2009): 893-903.
Wykorzystanie | Zwroty |
---|
ee.Algorithms.Landsat.TOA(input) | Obraz |
Argument | Typ | Szczegóły |
---|
input | Obraz | Obraz Landsat do przetworzenia. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eCalibrates Landsat and similar satellite imagery to Top of Atmosphere (TOA) reflectance and brightness temperature.\u003c/p\u003e\n"],["\u003cp\u003eUses image metadata for recent scenes and published coefficients for older scenes to ensure accurate calibration.\u003c/p\u003e\n"],["\u003cp\u003eApplies a radiometric calibration process based on established research and methodologies.\u003c/p\u003e\n"],["\u003cp\u003eOffers a streamlined approach for preprocessing Landsat data for analysis.\u003c/p\u003e\n"],["\u003cp\u003eReturns a processed image ready for further use in Earth Engine.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.Landsat.TOA\n\nCalibrates Landsat DN to TOA reflectance and brightness temperature for Landsat and similar data. For recently-acquired scenes calibration coefficients are extracted from the image metadata; for older scenes the coefficients are derived from:\n\n\u003cbr /\u003e\n\nChander, Gyanesh, Brian L. Markham, and Dennis L. Helder. \"Summary of current radiometric calibration coefficients for Landsat MSS, TM, ETM+, and EO-1 ALI sensors.\" Remote sensing of environment 113.5 (2009): 893-903.\n\n| Usage | Returns |\n|------------------------------------|---------|\n| `ee.Algorithms.Landsat.TOA(input)` | Image |\n\n| Argument | Type | Details |\n|----------|-------|-------------------------------|\n| `input` | Image | The Landsat image to process. |"]]