[[["易于理解","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"]],["最后更新时间 (UTC):2025-08-04。"],[[["`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"]]