有人可以看看有什麼不對的:rgdal包經/緯度 - > UTM
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
謝謝!
爲什麼-1?這是一個有效的問題。 –