内容概要:本文档展示了如何利用Google Earth Engine平台收集、处理和分析Sentinel 1 GRD SAR影像,以研究巴基斯坦洪水情况。首先筛选出特定区域(巴基斯坦)、极化方式(VV)和成像模式(IW)的影像集合,并选取了2021年7月18日至8月20日作为洪水前的图像,2022年同期作为洪水后的图像。接着对选定的两期影像进行裁剪和平滑处理,计算两者之间的差异,确定洪水淹没范围为差异值小于-3的区域,并将结果可视化展示。最后,将分析得到的洪水淹没图导出到Google Drive中。; 适合人群:遥感数据处理与分析人员,尤其是关注灾害监测的研究者或从业人员。; 使用场景及目标:①通过SAR影像分析洪水前后地表变化;②掌握Google Earth Engine平台的基本操作,包括影像筛选、裁剪、平滑处理及差异分析;③学习如何将处理结果导出以便进一步研究或报告。; 阅读建议:由于涉及到具体的代码实现,建议读者熟悉JavaScript语言以及Google Earth Engine API的使用方法,在阅读时可同步运行代码,以便更好地理解每个步骤的作用。
2026-01-14 11:58:36 2KB 遥感影像处理 地理信息系统 Earth
1
Read_grd_file.rar,读取grd
2023-04-16 21:56:31 184KB Read_grd
1
世界海洋沉积物层厚数据grd格式
2022-08-03 18:05:39 35.62MB 沉积物 海洋沉积物 沉积物厚度
1
具体介绍详见文章 《二维数据的分形维数分析(C++实现)》 因设计有限,程序内二维傅里叶变换未使用快速变换,计算速度有所不足,大体量数据酌情使用。
2022-05-23 17:46:44 127KB 源码软件
1
这是一个将grd文件解析得到对应高程值和坐标点集合的工程,带有测试用例。
2022-04-29 21:51:38 12.14MB grd 等值线
1
Surfer Grid,导入/导出。 Matlab <-> Golden Software Surfer 和 Grapher 该包包含两个简单的例程:grd_write.m和grd_read.m。 他们通过 GRD 文件格式(ASCII 版本)将 Matlab 与 Golden Software Surfer 通信。 grd_write(矩阵,xmin,xmax,ymin,ymax,namefile) 输入: 矩阵 = 要导出的矩阵xmin,xmax,ymin,ymax = 网格限制namefile = 要写入的文件的名称(包括“.grd”扩展名) 输出: 当前目录下的grd文件 [矩阵 xmin xmax ymin ymax]=grd_read(文件名) 输入: nomarch = 要读取的文件的名称,包括“.grd”扩展名输出: 矩阵 = 读取数据的矩阵xmin xmax ym
2022-03-28 16:28:01 1KB matlab
1
This tool is used to convert MapInfo Vertical Mapper (GRD / GRC) files to ENTERPRISE height and clutter data. To run this tool, the user needs to first put the GRD/GRC file under the same folder as the application tool file (i.e.vm-convert.exe) and then either double click on the vm-convert.exe file or simply type the command as: >vm-convert Note: If a GRD file needs to be converted, a sub-folder called "heights" will be created automatically by the tool under the current folder where the grd file is located. If a GRC file needs to be converted, a sub-folder called "clutter" will be created automatically by the tool under the currend folder where the grc file is located. So please make sure that the above folders do not exist before running the tool.
2022-03-02 19:39:14 653KB GRD / GRC 仿真
1
多层次多时次的nc资料写成grd的gs文件
2021-11-30 17:34:17 334B nc资料 多层次 gs
1
matlab格式文件,用于物探资料grd格式的文件读取,可作出三维图形
2021-11-24 16:00:21 1015B grd文件 读取
1
此函数将 xyz 文件(从 Global mapper 获得)转换为 GRD 文件(Golden Software Surfer,ASCII 格式)
2021-11-06 20:32:58 2KB matlab
1