Open Google Earth Engine(OEEL)——使用oeel.plotly.directDraw进行高质量图形

oeel.plotly.directDraw(...)

oeel.plotly.directDraw(data, layout, transparent, exportFormat, exportName, exportScale)

directDraw. This function allows to directly communicate with OEEex. I should normally not be directly used.

Arguments:

  • data* objectThe data to be ploted.
  • layout* object Default:[object Object].A plotly layout. Mroe info here: https://plotly.com/javascript/reference/layout/
  • transparent boolean Default:true.Set the background to transparent.
  • exportFormat string Default:png.Export type: png, svg, jpeg or webp
  • exportName stringExport filename
  • exportScale number Default:4.Export scale

Return:

  • Returnoeel.PlotlyDisplay

直接绘制。:此功能允许直接与

你可能感兴趣的:(Earth,Engine高级外接应用,数据结构,gee,oeel,数据集,图)