上传者: 42120563
|
上传时间: 2021-11-05 19:06:07
|
文件大小: 996KB
|
文件类型: -
查找可用的GEDI入门(来自rGEDI教程页面)
安装rGEDI
# The CRAN version:
install.packages( " rGEDI " )
# The development version:
library( devtools )
devtools :: install_git( " https://github.com/carlos-alberto-silva/rGEDI " , dependencies = TRUE )
# loading rGEDI package
library( rGEDI )
在您的研究区域内查找GEDI数据(GEDI查找工具)
# Study area boundary box coordinates
ul_lat <- - 44.0654
lr_lat <- - 44.17246
ul_lon <- - 13.76913
l