英文: How to convert longlat coordinate into Lambert conformal conic in R 问题 我有一个包含北美洲365层日常气候数据的大型.nc...
Develop a custom Rcpp function to be used with terra::focalCpp to calculate the percent of a specific value within a moving window
英文: Develop a custom Rcpp function to be used with terra::focalCpp to calculate the percent of a spe...
如何在R中高效读取与矢量数据相交的栅格数据的一部分?
英文: How to efficiently read part of raster data intersecting with vector data in R? 问题 给定一个大型栅格数据集(r...
ERA5和ERA5-Land月降水数据集中的问题。
英文: Issue in ERA5 and ERA5-Land Monthly Precipitation Dataset 问题 我已经尝试使用CDS提供的ERA5和ERA5-Land降水数据(htt...
Simplify R scripts to load multiple SpatVectors, SpatRaster and then mask the spatial rasters by using SpatVectors
英文: Simplify R scripts to load multiple SpatVectors, SpatRaster and then mask the spatial rasters by...
更新光栅的分辨率是否会修改其边界?
英文: Does updating the resolution of a raster modify its bounds? 问题 我是新手,对地理数据和栅格数据不太熟悉... 我正在使用Pytho...
使用函数raster::getData子集的状态看起来非常奇怪。
英文: Subsetted states look very weird with function raster::getData 问题 我使用 raster::getData 获取了一个 Larg...
使用dismo::randompoints在循环中
英文: Using dismo::randompoints in a loop 问题 I have an SF object consisting of 81 polygons. What I wou...
如何在R terra中获取最近的NA单元格的索引的SpatRaster?
英文: How to get a SpatRaster of indices of the nearest NA cell in R terra? 问题 从数字高程模型中,我尝试生成水流和其周围地形高...
如何在R中叠加超过2个文件?
英文: How to overlay more than 2 files in r? 问题 我们可以计算两个堆栈对应层的均值,如下所示。 库(raster) s1 <- stack(system...