Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del 15 de abril de 2025 deben verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Genera un gráfico a partir de un conjunto de atributos. Genera un gráfico del valor de una propiedad determinada en grupos de atributos. Las entidades con el mismo valor de groupProperty se agruparán y se representarán como una sola serie.
- Eje X = valores de xProperty
- Eje Y = valores de yProperty
- Series = Grupos de atributos, por seriesProperty.
Es la propiedad que se usará como etiqueta para cada atributo en el eje X.
yProperty
String
Es la propiedad que se representará en el eje Y.
seriesProperty
String
Es la propiedad que se usa para determinar los grupos de funciones. Las entidades con el mismo valor de groupProperty se representarán como una sola serie en el gráfico.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-07-25 (UTC)"],[[["The `ui.Chart.feature.groups` function generates a chart that visualizes the relationship between specified properties (xProperty and yProperty) across groups of features."],["Features are grouped based on the 'seriesProperty', with each group represented as a separate series on the chart."],["The chart's x-axis represents the 'xProperty' values, the y-axis represents the 'yProperty' values, and different series distinguish feature groups based on the 'seriesProperty'."],["The function accepts Feature, FeatureCollection, or List as input for features and requires string inputs for xProperty, yProperty, and seriesProperty to define the chart's properties."],["Upon execution, the function returns a ui.Chart object displaying the generated chart."]]],["The core functionality generates a chart by plotting feature properties. It groups features based on a `seriesProperty`, displaying each group as a unique series. The `xProperty` determines the x-axis labels, while the `yProperty` dictates the y-axis values. Input `features` (individually or in collections) are analyzed and the resulting chart is returned. The function `ui.Chart.feature.groups` handles this process, requiring the feature data and three property strings as input.\n"]]