gis-rs-python-notes/gee/geemap03/ #3
Replies: 2 comments 1 reply
-
老哥,为什么下载SAR数据很慢,有时候还报错,这是数据的原因么?下面是我处理SAR数据的代码: 定义 Sentinel-1 数据集collection = ee.ImageCollection('COPERNICUS/S1_GRD') 合并两个轨道方向的数据composite = collection.mean() 应用最小反向散射系数阈值composite = composite.updateMask(composite.gt(-30)) |
Beta Was this translation helpful? Give feedback.
1 reply
-
老师,可以请问下载影像的scale参数可以使用度数作为单位吗,我想保存影像为0.00025°的分辨率。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
gis-rs-python-notes/gee/geemap03/
GIS 与 RS 开发学习笔记
https://gis-xh.github.io/gis-rs-python-notes/gee/geemap03/
Beta Was this translation helpful? Give feedback.
All reactions