Skip to content

Commit

Permalink
use as.vector
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Sep 10, 2023
1 parent feef155 commit ffa1efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ursa_as.R
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
##~ str(a1[[1]]$finalize())
##~ q()
}
bbox <- terra::as.vector(obj)[c(1,3,2,4)]
bbox <- as.vector(obj)[c(1,3,2,4)]
res <- terra::res(obj)
crs <- terra::crs(obj, proj=TRUE)
aname <- terra::names(obj)
Expand Down

0 comments on commit ffa1efd

Please sign in to comment.