gpt4 book ai didi

r - 计算一定半径内的点数

转载 作者:行者123 更新时间:2023-12-05 02:19:52 25 4
gpt4 key购买 nike

<分区>

给定一个带有纬度和经度的数据框,我想添加一个列,其中只包含一定半径内的其他点(同一数据框)的计数,例如在该特定点的 10 公里范围内。

示例数据:

set.seed(1)
radius<-10
lat<-runif(10,-90,90)
long<-runif(10,-180,180)
id<-1:10
dat<-cbind(id,lat,long)

id lat long
[1,] 1 -42.20844 -105.8491530
[2,] 2 -23.01770 -116.4395691
[3,] 3 13.11361 67.3282248
[4,] 4 73.47740 -41.7226614
[5,] 5 -53.69725 97.1429112
[6,] 6 71.71014 -0.8282728
[7,] 7 80.04155 78.3426630
[8,] 8 28.94360 177.0861941
[9,] 9 23.24053 -43.1873354
[10,] 10 -78.87847 99.8802797

现在给定半径变量,我想要一个新列说“X”,对于每个点,它只包含“半径”内的其他点的数量。我不关心这些点是什么。

虽然这R - Finding closest neighboring point and number of neighbors within a given radius, coordinates lat-long topic and answer get close 它并没有解决简单计数的具体问题。这个问题是不同的,因为我需要半径内所有点的计数而不是点

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com