英文: Plot two counties side by side while preserving scale 问题 有没有一种方法可以将这两个县并排绘制(而不改变实际比例),以比较它们的大小。 ...
R Shapefile无法正确绘制纬度/经度。
英文: R Shapefile not plotting lat/lon correctly 问题 我在绘制一个shapefile时遇到了问题,似乎已经识别出了几何和投影,并且在geometry$nu...
R Shapefile未正确绘制纬度/经度
英文: R Shapefile not plotting lat/lon correctly 问题 我在绘制一个形状文件时遇到了问题,似乎已经识别了几何和投影,并且我可以在geometry$num中看...
如何在R中使用sf包获取矩阵中的个体ID,而不是行名称?
英文: How to obtain individual IDs in the matrix, instead of row names in R (sf package)? 问题 我获得了一个包含每...
从R中的FeatureCollection中提取坐标数据到csv中
英文: Extracting coordinate data from a FeatureCollection in csv within R 问题 I've got data currently w...
如何根据权重从空间网格中进行抽样?
英文: How to sample from a spatial grid based on weights? 问题 现在,我想将sim_data中的每个观测随机分配到spatial_data中的一个...
在R中查找与其他多边形的质心一定距离内的多边形质心的子集。
英文: Finding Subset of Polygon centroids Which Are Within A Certain Distance of the Centroids of Othe...
point.in.poly函数不起作用,因为它已被弃用。
英文: point.in.poly function does not work because it is deprecated? 问题 我已经使用R从Open Street Map中提取了某个地址...
将sf几何图形与转换后的几何图形合并。
英文: Combine sf geometry with transformed geometry 问题 我正在使用R复制xkcd的“Bad Map Projection: ABS(Longitude...
从多边形质心画一条线到最大距离边界在R中
英文: Draw a line from polygon centroid to maximum distance border in R 问题 我有德国邮政编码的多边形形状数据。对于每个邮政编码,我...