تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تحسب هذه الدالة صورة مركّبة من بيانات Landsat TOA من مجموعة من مشاهد Landsat الأولية. تطبِّق هذه الحزمة معايرة TOA العادية ثم تحدّد درجة السحابة لكل بكسل باستخدام خوارزمية SimpleLandsatCloudScore. يختار أدنى نطاق ممكن لنتائج السحابة في كل نقطة، ثم يحسب قيم النسبة المئوية لكل نطاق من وحدات البكسل المقبولة. تستخدم هذه الخوارزمية أيضًا خوارزمية LandsatPathRowLimit لاختيار المشاهد الأقل غيومًا فقط في المناطق التي تتوفّر فيها مشاهد إدخال أكثر من maxDepth.
تمثّل هذه السمة مجموعة Landsat ImageCollection الأولية التي سيتم تركيبها.
percentile
عدد صحيح، القيمة التلقائية: 50
قيمة النسبة المئوية التي سيتم استخدامها عند تركيب كل نطاق.
cloudScoreRange
عدد صحيح، القيمة التلقائية: 10
حجم نطاق النتائج على السحابة الإلكترونية المقبولة لكل بكسل
maxDepth
عدد صحيح، القيمة التلقائية: 40
حدّ تقريبي لأقصى عدد من المشاهد المستخدَمة لاحتساب كل وحدة بكسل
asFloat
قيمة منطقية، القيمة التلقائية: false
إذا كانت القيمة صحيحة، ستكون نطاقات الإخراج بالوحدات نفسها التي تستخدمها خوارزمية Landsat.TOA. وإذا كانت القيمة خاطئة، سيتم تحويل قيم TOA إلى uint8 عن طريق الضرب في 255 (النطاقات العاكسة) أو طرح 100 (النطاقات الحرارية) والتقريب إلى أقرب عدد صحيح.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Creates a Landsat composite image by selecting the least cloudy pixels from a collection of raw Landsat scenes using the SimpleLandsatCloudScore algorithm."],["Computes per-band percentile values from the accepted pixels, allowing users to specify the desired percentile."],["Limits the number of scenes used in the composite for each pixel to reduce computation and potentially enhance image quality."],["Offers flexibility in output data type, providing options for both floating-point and integer representations of TOA reflectance."],["Employs the LandsatPathRowLimit algorithm to prioritize the least cloudy scenes in areas with abundant data."]]],["The algorithm creates a Landsat TOA composite from raw scenes. It calibrates TOA, assigns cloud scores per pixel using SimpleLandsatCloudScore, and selects the lowest cloud score range at each point. It then calculates per-band percentile values from these pixels. The LandsatPathRowLimit algorithm ensures only the least-cloudy scenes are selected when more than `maxDepth` scenes are present. Users specify the raw collection, percentile, cloud score range, scene depth, and whether to output as floats.\n"]]