VeloxRaster_getCoordinates: Get coordinates

Description Value Examples

Description

Returns a matrix containing the x-y coordinates of all cell center points of a VeloxRaster.

Value

A numeric matrix.

Examples

1
2
3
4
5
## Make VeloxRaster
mat <- matrix(1:100, 10, 10)
vx <- velox(mat, extent=c(0,1,0,1), res=c(0.1,0.1), crs="+proj=longlat +datum=WGS84 +no_defs")
## Get coordinate matrix
cmat <- vx$getCoordinates()

hunzikp/velox documentation built on June 6, 2021, 2:40 a.m.