英文: Percentage of ocean out of total area and the complexity of landmasses at each latitude 问题 我对获取显...
如何根据权重从空间网格中进行抽样?
英文: How to sample from a spatial grid based on weights? 问题 现在,我想将sim_data中的每个观测随机分配到spatial_data中的一个...
point.in.poly函数不起作用,因为它已被弃用。
英文: point.in.poly function does not work because it is deprecated? 问题 我已经使用R从Open Street Map中提取了某个地址...
从多边形质心画一条线到最大距离边界在R中
英文: Draw a line from polygon centroid to maximum distance border in R 问题 我有德国邮政编码的多边形形状数据。对于每个邮政编码,我...
在R中将形状文件中的单元合并,同时保持其他单元粒度不变。
英文: Combine units in a shapefile while keeping others granular in R 问题 我有一个包含德国5位邮政编码的形状文件(shapefile...
坐标转UTM与R
英文: Coordinates to UTM with R 问题 p <- c("a", "b", "c") x <- c("41....
Splitting line or polygon with sf: st_intersection doesn’t work?
英文: Splitting line or polygon with sf: st_intersection doesn't work? 问题 I'm trying to do the see...
有没有办法在spatstat中找到每个点周围特定区域内的近似配对?
英文: Is where a way to find close pairs within a specific box eround each point in spatstat? 问题 I'm w...
如何从使用OWSLib提取的WMS图像中获取适当的GetMap尺寸
英文: How do I get the proper GetMap size of an image extracted from WMS using OWSLib 问题 所以我正在尝试使用OWSL...
空间信息聚合
英文: R Spatial Information Aggregation 问题 我正在尝试使用R构建一个映射函数,使用了dplyr、sp和rgdal包。首先,我将描述一下数据。我已经从opendat...