Open Google Earth Engine(OEEL)——oeel.plotly.scatter散点图的绘制(可同时加载到控制台和地图中)

oeel.plotly.scatter(...)

oeel.plotly.scatter(features, legendName, xProperty, yProperty, cProperty, sProperty, tProperty, textFont)

scatter. Generate a scatter plot from a feature collection

Arguments:

  • features* ee.CollectionThe feature collection that contains the data to plot.
  • legendName* string|ee.StringThe data name for the legend.
  • xProperty* string|ee.StringThe X-axis property
  • yProperty* string|ee.StringThe Y-axis property
  • cProperty string|ee.StringThe color property
  • sProperty string|ee.String|number|ee.NumberThe size property
  • tProperty string|ee.StringThe text property
  • textFont string|ee.StringThe font property

Return:

  • Returnoeel.Plotly

你可能感兴趣的:(Earth,Engine高级外接应用,人工智能,算法,gee,数据集,散点图)