ee.Algorithms.Landsat.TOA
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, लैंडसैट और उससे मिलते-जुलते डेटा के लिए, लैंडसैट DN को TOA रिफ़्लेक्टेंस और ब्राइटनेस टेंपरेचर में बदलता है. हाल ही में हासिल किए गए सीन के लिए, कैलिब्रेशन कोएफ़िशिएंट को इमेज के मेटाडेटा से निकाला जाता है. पुराने सीन के लिए, कोएफ़िशिएंट को इनसे निकाला जाता है:
चंदर, ज्ञानेश, ब्रायन एल॰ Markham, and Dennis L. हेल्डर. "Landsat MSS, TM, ETM+, और EO-1 ALI सेंसर के लिए, मौजूदा रेडियोमेट्रिक कैलिब्रेशन कोएफ़िशिएंट की खास जानकारी." Remote sensing of environment 113.5 (2009): 893-903.
इस्तेमाल | रिटर्न |
---|
ee.Algorithms.Landsat.TOA(input) | इमेज |
आर्ग्यूमेंट | टाइप | विवरण |
---|
input | इमेज | प्रोसेस करने के लिए Landsat इमेज. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-27 (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. |"]]