英文: Select a random point along the longest edges of a polygon 问题 我有一个形状文件,其中包含许多表示农场上田地的多边形。在现实生活中进...
Shiny 用于具有两个选择列表的区域分布图
英文: Shiny for choropleth map with two selection lists 问题 I have df, and I wanted to create a shiny a...
使用R中的sf合并一些多边形边界。
英文: Merging some of the polygon boundaries using sf in R 问题 我正在尝试从这个geojson文件中绘制边界。 我可以使用R中的sf绘制所有边界...
如何定义六边形网格的单元大小?
英文: How define the cell size from a hexagonal grid? 问题 我试图从生态区边界(cerrado,但也适用于任何其他政治边界)创建一个六边形网格。在sf...
计算组内所有可能点之间的距离的方法。
英文: How to calculate distance between all possible combinations of points within a group 问题 I have a...
Calculate distance between point and nearest raster cell edge in R
英文: Calculate distance between point and nearest raster cell edge in R 问题 I'll provide the translati...
无法使R中的st_buffer函数的”flat” endcapStyle参数生效。
英文: Unable to get "flat" endcapStyle to work for st_buffer in R 问题 我目前正在使用经度/纬度坐标创建SFC lin...
将一个空间多边形用一条线分成两个多边形。
英文: Split a spatial polygon into two polygons with a line 问题 我想要取一条线,并将其用于将一个多边形分割成多个多边形,或者在原始多边形中创建...
使用`st_centroid`返回点的质心。
英文: Return centroid of points using st_centroid 问题 我想要一组点的质心。我期望st_centroid返回质心,但它似乎只返回原始点集。解决这个问题应该...
简单特性 – 创建具有特定属性的新点
英文: simple feature - create new points with certain properties 问题 我有一个simple features,其中包含一个简单的点,我想在...
6