gpt4 book ai didi

rgdal 包纬度/经度 -> UTM

转载 作者:行者123 更新时间:2023-12-04 10:56:19 24 4
gpt4 key购买 nike

有人可以看到这有什么问题吗:

library(rgdal)

# Make a two-column matrix, col1 = long, col2 = lat
xy <- cbind(c(-107), c(26))
# Convert it to UTM coordinates (in units of meters)
project(xy, "+proj=utm +zone=51 ellps=WGS84")

我知道纬度大于 84 且小于 80 是无效的,但为什么我得到:
In project(xy, "+proj=utm +zone=51 ellps=WGS84") :
1 projected point(s) not finite

谢谢!

最佳答案

对经度使用正数(107,而不是 -107)。负是西半球

关于rgdal 包纬度/经度 -> UTM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7980519/

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