ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.ImageCollection.remap
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি সংগ্রহে একটি নির্দিষ্ট সম্পত্তির মান পুনরায় ম্যাপ করে। একটিতে পাওয়া দুটি সমান্তরাল তালিকা এবং মানচিত্র মান অন্যটির মান থেকে নেয়। প্রথম তালিকায় নির্দিষ্ট করা নেই এমন মান সহ যেকোনো উপাদান আউটপুট সংগ্রহ থেকে বাদ দেওয়া হয়।
ব্যবহার | রিটার্নস | ImageCollection. remap (lookupIn, lookupOut, columnName) | ফিচার কালেকশন |
যুক্তি | টাইপ | বিস্তারিত | এই: collection | ফিচার কালেকশন | সংগ্রহটি পরিবর্তন করতে হবে। |
lookupIn | তালিকা | ইনপুট ম্যাপিং মান. স্ট্রিং এবং পূর্ণসংখ্যার মধ্যে সীমাবদ্ধ। |
lookupOut | তালিকা | আউটপুট ম্যাপিং মান. লুকআপইন এর আকার একই হতে হবে। |
columnName | স্ট্রিং | রিম্যাপ করার জন্য সম্পত্তির নাম। |
,একটি সংগ্রহে একটি নির্দিষ্ট সম্পত্তির মান পুনরায় ম্যাপ করে। একটিতে পাওয়া দুটি সমান্তরাল তালিকা এবং মানচিত্র মান অন্যটির মান থেকে নেয়। প্রথম তালিকায় নির্দিষ্ট করা নেই এমন মান সহ যেকোনো উপাদান আউটপুট সংগ্রহ থেকে বাদ দেওয়া হয়।
ব্যবহার | রিটার্নস | ImageCollection. remap (lookupIn, lookupOut, columnName) | ফিচার কালেকশন |
যুক্তি | টাইপ | বিস্তারিত | এই: collection | ফিচার কালেকশন | সংগ্রহটি পরিবর্তন করতে হবে। |
lookupIn | তালিকা | ইনপুট ম্যাপিং মান. স্ট্রিং এবং পূর্ণসংখ্যার মধ্যে সীমাবদ্ধ। |
lookupOut | তালিকা | আউটপুট ম্যাপিং মান. লুকআপইন এর আকার একই হতে হবে। |
columnName | স্ট্রিং | রিম্যাপ করার জন্য সম্পত্তির নাম। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eRemaps values within a specified property of a FeatureCollection using two corresponding lists, \u003ccode\u003elookupIn\u003c/code\u003e and \u003ccode\u003elookupOut\u003c/code\u003e, for input and output values.\u003c/p\u003e\n"],["\u003cp\u003eAny feature with a property value not found in the \u003ccode\u003elookupIn\u003c/code\u003e list is excluded from the resulting FeatureCollection.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003elookupIn\u003c/code\u003e and \u003ccode\u003elookupOut\u003c/code\u003e lists must have the same length, and \u003ccode\u003elookupIn\u003c/code\u003e can contain only string or integer values.\u003c/p\u003e\n"],["\u003cp\u003eThis operation effectively transforms the designated property in the input FeatureCollection based on the provided mapping.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.remap\n\nRemaps the value of a specific property in a collection. Takes two parallel lists and maps values found in one to values in the other. Any element with a value that is not specified in the first list is dropped from the output collection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------------------|-------------------|\n| ImageCollection.remap`(lookupIn, lookupOut, columnName)` | FeatureCollection |\n\n| Argument | Type | Details |\n|--------------------|-------------------|---------------------------------------------------------------|\n| this: `collection` | FeatureCollection | The collection to be modified. |\n| `lookupIn` | List | The input mapping values. Restricted to strings and integers. |\n| `lookupOut` | List | The output mapping values. Must be the same size as lookupIn. |\n| `columnName` | String | The name of the property to remap. |"]]