ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Algorithms.TemporalSegmentation.Ccdc
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ক্রমাগত পরিবর্তন সনাক্তকরণ এবং শ্রেণীবিভাগ টেম্পোরাল ব্রেকপয়েন্ট অ্যালগরিদম প্রয়োগ করে। এই অ্যালগরিদমটি ডেটাতে সুরেলা ফাংশনগুলিকে পুনরাবৃত্তভাবে ফিট করে একটি চিত্র সংগ্রহে অস্থায়ী ব্রেকপয়েন্ট খুঁজে পায়। ফিট সহগগুলি সমস্ত ইনপুট ব্যান্ডের জন্য উত্পাদিত হয়, তবে ব্রেকপয়েন্ট সনাক্তকরণের জন্য ব্যবহৃত ব্যান্ডগুলি 'ব্রেকপয়েন্টব্যান্ডস' যুক্তি দিয়ে নির্দিষ্ট করা যেতে পারে।
আরও বিশদ বিবরণের জন্য, ঝু, জেড এবং উডকক, সিই, 2014 দেখুন। সমস্ত উপলব্ধ ল্যান্ডস্যাট ডেটা ব্যবহার করে ভূমি আবরণের ক্রমাগত পরিবর্তন সনাক্তকরণ এবং শ্রেণিবিন্যাস। রিমোট সেন্সিং অফ এনভায়রনমেন্ট, 144, pp.152-171।
ব্যবহার | রিটার্নস | ee.Algorithms.TemporalSegmentation.Ccdc(collection, breakpointBands , tmaskBands , minObservations , chiSquareProbability , minNumOfYearsScaler , dateFormat , lambda , maxIterations ) | ছবি |
যুক্তি | টাইপ | বিস্তারিত | collection | ইমেজ কালেকশন | CCDC চালানোর জন্য ছবির সংগ্রহ। |
breakpointBands | তালিকা, ডিফল্ট: নাল | পরিবর্তন সনাক্তকরণের জন্য ব্যান্ডের নাম বা সূচী। অনির্দিষ্ট থাকলে, সমস্ত ব্যান্ড ব্যবহার করা হয়। |
tmaskBands | তালিকা, ডিফল্ট: নাল | পুনরাবৃত্তিমূলক TMask ক্লাউড সনাক্তকরণের জন্য ব্যান্ডগুলির নাম বা সূচী। এগুলি সাধারণত সবুজ ব্যান্ড এবং SWIR1 ব্যান্ড। অনির্দিষ্ট থাকলে, TMask ব্যবহার করা হয় না। যদি নির্দিষ্ট করা থাকে, 'tmaskBands' অবশ্যই 'breakpointBands'-এ অন্তর্ভুক্ত করতে হবে। |
minObservations | পূর্ণসংখ্যা, ডিফল্ট: 6 | একটি পরিবর্তন পতাকাঙ্কিত করতে প্রয়োজনীয় পর্যবেক্ষণের সংখ্যা৷ |
chiSquareProbability | ফ্লোট, ডিফল্ট: 0.99 | [0, 1] পরিসরে পরিবর্তন সনাক্তকরণের জন্য চি-স্কয়ারের সম্ভাব্যতা থ্রেশহোল্ড। |
minNumOfYearsScaler | ফ্লোট, ডিফল্ট: 1.33 | নতুন ফিটিং প্রয়োগ করার জন্য ন্যূনতম বছরের সংখ্যা। |
dateFormat | পূর্ণসংখ্যা, ডিফল্ট: 0 | ফিটিং করার সময় ব্যবহার করার সময় উপস্থাপনা: 0 = jDays, 1 = ভগ্নাংশ বছর, 2 = মিলিসেকেন্ডে ইউনিক্স সময়। প্রতিটি টেম্পোরাল সেগমেন্টের জন্য শুরু, শেষ এবং বিরতির সময় এইভাবে এনকোড করা হবে। |
lambda | ফ্লোট, ডিফল্ট: 20 | LASSO রিগ্রেশন ফিটিং জন্য Lambda. 0 তে সেট করা হলে, LASSO-এর পরিবর্তে নিয়মিত OLS ব্যবহার করা হয়। |
maxIterations | পূর্ণসংখ্যা, ডিফল্ট: 25000 | LASSO রিগ্রেশন কনভারজেন্সের জন্য রানের সর্বোচ্চ সংখ্যা। 0 তে সেট করা হলে, LASSO-এর পরিবর্তে নিয়মিত OLS ব্যবহার করা হয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eImplements the Continuous Change Detection and Classification (CCDC) algorithm to identify temporal breakpoints (changes over time) within an image collection.\u003c/p\u003e\n"],["\u003cp\u003eUses harmonic functions to fit the image data and detect changes based on specified bands and statistical thresholds.\u003c/p\u003e\n"],["\u003cp\u003eOffers customization options such as selecting specific bands for change detection, adjusting sensitivity parameters, and configuring the time format for results.\u003c/p\u003e\n"],["\u003cp\u003eProvides fit coefficients for all input bands, aiding in understanding the nature of the detected changes.\u003c/p\u003e\n"],["\u003cp\u003eRelies on iterative fitting and statistical analysis to pinpoint breakpoints and ensure robust change detection.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.TemporalSegmentation.Ccdc\n\nImplements the Continuous Change Detection and Classification temporal breakpoint algorithm. This algorithm finds temporal breakpoints in an image collection by iteratively fitting harmonic functions to the data. Fit coefficients are produced for all input bands, but the bands used for breakpoint detection can be specified with the 'breakpointBands' argument.\n\n\u003cbr /\u003e\n\nFor more details, see Zhu, Z. and Woodcock, C.E., 2014. Continuous change detection and classification of land cover using all available Landsat data. Remote sensing of Environment, 144, pp.152-171.\n\n| Usage | Returns |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|\n| `ee.Algorithms.TemporalSegmentation.Ccdc(collection, `*breakpointBands* `, `*tmaskBands* `, `*minObservations* `, `*chiSquareProbability* `, `*minNumOfYearsScaler* `, `*dateFormat* `, `*lambda* `, `*maxIterations*`)` | Image |\n\n| Argument | Type | Details |\n|------------------------|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `collection` | ImageCollection | Collection of images on which to run CCDC. |\n| `breakpointBands` | List, default: null | The name or index of the bands to use for change detection. If unspecified, all bands are used. |\n| `tmaskBands` | List, default: null | The name or index of the bands to use for iterative TMask cloud detection. These are typically the green band and the SWIR1 band. If unspecified, TMask is not used. If specified, 'tmaskBands' must be included in 'breakpointBands'. |\n| `minObservations` | Integer, default: 6 | The number of observations required to flag a change. |\n| `chiSquareProbability` | Float, default: 0.99 | The chi-square probability threshold for change detection in the range of \\[0, 1\\]. |\n| `minNumOfYearsScaler` | Float, default: 1.33 | Factors of minimum number of years to apply new fitting. |\n| `dateFormat` | Integer, default: 0 | The time representation to use during fitting: 0 = jDays, 1 = fractional years, 2 = unix time in milliseconds. The start, end and break times for each temporal segment will be encoded this way. |\n| `lambda` | Float, default: 20 | Lambda for LASSO regression fitting. If set to 0, regular OLS is used instead of LASSO. |\n| `maxIterations` | Integer, default: 25000 | Maximum number of runs for LASSO regression convergence. If set to 0, regular OLS is used instead of LASSO. |"]]