تاريخ التعديل الأخير: 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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`ee.Dictionary.fromLists()` creates an Earth Engine Dictionary object from two parallel lists, where the first list provides the keys and the second list provides the corresponding values."],["This function is useful for organizing data in a key-value structure, allowing for easy access to values using their associated keys within the Earth Engine environment."],["The function accepts two arguments: `keys` (a list of keys) and `values` (a list of values), which must be of the same length to ensure proper pairing."]]],["The function `ee.Dictionary.fromLists(keys, values)` creates a dictionary from two lists. The `keys` list provides the dictionary's keys, while the `values` list supplies the corresponding values. Both arguments require list types. The function returns a dictionary. In the provided examples, a dictionary is created using keys `['B1', 'B2', 'B3']` and corresponding values `[182, 219, 443]`.\n"]]