[[["容易理解","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 (世界標準時間)。"],[[["`first()` operates on a FeatureCollection and returns the first element within that collection."],["This method is useful for quickly accessing and examining a representative entry from a FeatureCollection."],["Examples demonstrate usage in both JavaScript and Python environments, including Colab with `geemap`."]]],["The core function retrieves the first element from a `FeatureCollection`. It requires a `FeatureCollection` as input. The function `first()` returns the initial `Element` within the collection. In JavaScript, `fc.first()` accesses the first entry, while in Python, using `pprint(fc.first().getInfo())` provides detailed output. The provided examples utilize a global power plant dataset ('WRI/GPPD/power_plants') to demonstrate how to retrieve the initial feature.\n"]]