英文: How to calculate near neighbours in sf object with polygon geometry in R? 问题 我有德国邮政编码的多边形形状数据。对于...
Reading geojson file to convert to sf
英文: Reading geojson file to convert to sf 问题 I have a geojson file which i need to read/convert to s...
terra::vect不适用于较大的多边形。
英文: terra::vect does not work for larger polygons 问题 我正在尝试使用R包streamstats划定的分水岭边界,将其转换为SpatVector对象,...
在ggplot中指导图例标题的位置以及颜色和填充的映射。
英文: Guide legend title position on mapping color and fill in ggplot 问题 我正在尝试调整颜色和填充映射的图例(以及它们的标题)的位置...
如何在R中使用CAST包处理shapefile(多边形)?
英文: How to use CAST package for a shapefile (polygons) in R? 问题 以下是翻译好的部分: My goal: 我的目标是运行一个套索回归模型,...
定位Isoband/Isochrone内的点
英文: Locate points inside a Isoband/Isochrone 问题 以下是您要翻译的代码部分: map_500 <- ggplot()+ geom_contour_f...
Connect multiple polygons from the same shapefile.
英文: Connect multiple polygons from the same shapefile 问题 I want to connect ALL the states drew from ...
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...
在R中迭代加载大型空间数据集并执行交叉操作。
英文: Iteratively load large spatial dataset and perform intersection in R 问题 我有一个20GB的GeoPackage需要与一个...
将sf多边形转换为sp
英文: converting sf multipolygon to sp 问题 我有一个包含多边形的sf对象,我需要将其转换为sp对象。似乎使用sf转换函数无法正常工作。 我尝试过以下方法: libr...
6