ee.Algorithms.Landsat.TOA
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Hiệu chỉnh DN Landsat thành hệ số phản xạ TOA và nhiệt độ độ sáng cho Landsat và dữ liệu tương tự. Đối với các cảnh mới thu thập, hệ số hiệu chỉnh được trích xuất từ siêu dữ liệu hình ảnh; đối với các cảnh cũ hơn, hệ số được lấy từ:
Chander, Gyanesh, Brian L. Markham và Dennis L. Helder. "Tóm tắt các hệ số hiệu chuẩn bức xạ hiện tại cho các cảm biến Landsat MSS, TM, ETM+ và EO-1 ALI." Remote sensing of environment 113.5 (2009): 893-903.
Cách sử dụng | Giá trị trả về |
---|
ee.Algorithms.Landsat.TOA(input) | Hình ảnh |
Đối số | Loại | Thông tin chi tiết |
---|
input | Hình ảnh | Hình ảnh Landsat cần xử lý. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]