help wanted
倉庫指標
- 星標
- (6,404 顆星)
- PR 合併指標
- (平均合併 1分鐘) (30 天內合併 1 個 PR)
描述
The sf cheatsheet lists the signature of st_point as
st_point(x, c(numeric vector), dim = "XYZ")
where it should be
st_point(x = c(numeric vector), dim = "XYZ")
Screenshot with context: