ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Algorithms.Landsat.pathRowLimit
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রতিটি অনুরোধের জন্য সেরা দৃশ্যের একটি নিয়ন্ত্রণযোগ্য সংখ্যা ফেরত দেওয়ার জন্য ল্যান্ডস্যাট দৃশ্যের একটি চিত্র সংগ্রহের অনুরোধগুলিকে সীমাবদ্ধ করে। এটি পরিসংখ্যানগত অ্যালগরিদমগুলির সাথে ব্যবহার করার উদ্দেশ্যে তৈরি করা হয়েছে মধ্যম কম্পোজিট যেগুলির ভাল কার্য সম্পাদন করার জন্য একটি নির্দিষ্ট পরিমাণ ভাল ডেটা প্রয়োজন, তবে এটি অপ্রয়োজনীয়ভাবে ব্যয়বহুল হয়ে উঠলে এর বাইরে অতিরিক্ত ডেটা থেকে উল্লেখযোগ্যভাবে উপকৃত হয় না৷ ডিফল্ট আর্গুমেন্টগুলি প্রায় এক বছরের মূল্যের ভাল ডেটা নির্বাচন করে৷
মনে রাখবেন যে বিরল পরিস্থিতিতে, যখন টাইলের সীমানা একটি Landsat WRS সেল সীমানার সাথে সারিবদ্ধ হয়, তখন সন্নিহিত টাইলগুলির জন্য প্রশ্নগুলি পরস্পরবিরোধী ফলাফল দিতে পারে। এই কারণেই এটি গুরুত্বপূর্ণ যে এই অ্যালগরিদমটি শুধুমাত্র পরিসংখ্যানগত পদ্ধতিগুলির সাথে ব্যবহার করা হবে যা এই অসঙ্গতিগুলি সহ্য করতে পারে।
ব্যবহার | রিটার্নস | ee.Algorithms.Landsat.pathRowLimit(collection, maxScenesPerPathRow , maxScenesTotal ) | ইমেজ কালেকশন |
যুক্তি | টাইপ | বিস্তারিত | collection | ইমেজ কালেকশন | ল্যান্ডস্যাট ইমেজ কালেকশন সীমিত করতে। |
maxScenesPerPathRow | পূর্ণসংখ্যা, ডিফল্ট: 25 | প্রতি পাথ/সারিতে ফেরার জন্য দৃশ্যের সর্বাধিক সংখ্যা। |
maxScenesTotal | পূর্ণসংখ্যা, ডিফল্ট: 100 | প্রতি অনুরোধের মোট দৃশ্যের সর্বাধিক সংখ্যা। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eLimits the number of Landsat images returned from a query to ensure efficient processing for statistical analysis.\u003c/p\u003e\n"],["\u003cp\u003ePrioritizes the selection of high-quality scenes within a specified timeframe, typically around one year.\u003c/p\u003e\n"],["\u003cp\u003eAllows customization of the maximum number of scenes per path/row and the total number of scenes returned.\u003c/p\u003e\n"],["\u003cp\u003eIs designed for statistical algorithms that require a sufficient amount of data but are not significantly improved by excessive data.\u003c/p\u003e\n"],["\u003cp\u003eMay produce slightly inconsistent results for adjacent tiles in rare cases due to Landsat WRS cell boundaries.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.Landsat.pathRowLimit\n\nLimits requests to an ImageCollection of Landsat scenes to return a controllable number of the best scenes for each request. This is intended for use with statistical algorithms like median composites that need a certain amount of good data to perform well, but that do not benefit substantially from additional data beyond that while becoming needlessly expensive. The default arguments select approximately one year's worth of good data.\n\n\u003cbr /\u003e\n\nNote that in rare circumstances, when the tile boundary aligns with a Landsat WRS cell boundary, queries for adjacent tiles may yield conflicting results. This is why it is important that this algorithm only be used with statistical methods that can tolerate these inconsistencies.\n\n| Usage | Returns |\n|------------------------------------------------------------------------------------------------|-----------------|\n| `ee.Algorithms.Landsat.pathRowLimit(collection, `*maxScenesPerPathRow* `, `*maxScenesTotal*`)` | ImageCollection |\n\n| Argument | Type | Details |\n|-----------------------|-----------------------|-------------------------------------------------------|\n| `collection` | ImageCollection | The Landsat ImageCollection to limit. |\n| `maxScenesPerPathRow` | Integer, default: 25 | The max number of scenes to return per path/row. |\n| `maxScenesTotal` | Integer, default: 100 | The max number of scenes to return per request total. |"]]