Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Выберите свойства из каждого Feature в коллекции. Также возможно вызвать эту функцию только с аргументами-строками; все они будут интерпретироваться как propertySelectors (varargs).
Возвращает коллекцию объектов с выбранными свойствами.
[[["Прост для понимания","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-08 UTC."],[[["`FeatureCollection.select()` allows you to select specific properties (attributes) from each feature within a FeatureCollection."],["You can select properties by their names, rename them, and optionally retain or remove the feature's geometry."],["It accepts arguments like `propertySelectors` for specifying properties to select, `newProperties` for renaming them, and `retainGeometry` to control geometry inclusion."],["The function returns a new FeatureCollection containing only the selected properties (and potentially modified geometry) for each feature."]]],[]]