Google Earth Engine(GEE)——一个简单的sentinel-2影像函数下载APP
本教程主要是建立一个简单的APP,主要目的是,当你加载了影像之后,你可以通过界面上的控件直接下载此影像,然后很方便下载:
本函数只用到了一个关于标签的,这里虽然用的是标签,但是通过点击标签可以获取其链接,直接跳转到另外的界面上,然后下载,这里虽然没有点击功能,但是在代码中预设了一个函数就是callback,让其返回一个链接给标签,然后你通过点击就可以下载。其实这个代码可以优化,优化后我们直接选择onClick给按钮也是一样的。
本次用到的函数:
ui.Label(value, style, targetUrl, imageUrl)
A text label.
Arguments:
value (String, optional):
The text to display. Defaults to an empty string.
style (Object, optional):
An object of allowed CSS styles with their values to be set for this widget. See style() documentation.
targetUrl (String, optional):
The url to link to. Defaults to an empty string.
imageUrl (String, optional):
Optional image url. If provided, the label will be rendered as an image and the value text will be shown on mouse hover. Only data: urls and i
文章来源: blog.csdn.net,作者:此星光明,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/126741861
- 点赞
- 收藏
- 关注作者
评论(0)