gpt4 book ai didi

在 terra 包中读取多个栅格

转载 作者:行者123 更新时间:2023-12-04 15:57:30 26 4
gpt4 key购买 nike

我正在更改我的空间工作流程以使用 terra 包而不是 raster 包。使用光栅包,我曾经将多个光栅直接读入堆栈。

filelist_temp <- list.files(datapath("Climate/World Clim 1 yr Monthly Weather/LCC June and July/June"), full.names = TRUE)
temp_rasters <- stack(filelist_temp)
有没有一种简单的方法可以在 terra 中进行相同的操作?
这是我最初想到的,但它不起作用。我最终得到了一个包含 25 个 spatRaster 的列表
temp_rasters <- c(lapply(filelist_temp, rast))

最佳答案

这比我意识到的要简单

temp_rasters <- rast(filelist_temp)

关于在 terra 包中读取多个栅格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66107977/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com