Skip to content

Commit dbd0e35

Browse files
committed
show tiling
1 parent e19acad commit dbd0e35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

R/vrt_extent.R

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Get extent from index values in VRT text.
44
#'
5-
#' (I can't understand XML tech for the life of me so I hack the text as lines with strsplit)
5+
#' (I can't understand XML tech so I hack the text as lines with strsplit)
66
#' @param x url or file path to VRT file
77
#'
88
#' @export
@@ -32,3 +32,8 @@ extent_vrt <- function(x) {
3232
ymax <- vaster::y_from_row(vinfo$extent, vinfo$dimXY, yOff + ySize)
3333
cbind(xmin = xmin, xmax = xmax, ymin = ymin, ymax = ymax)
3434
}
35+
36+
37+
show_tiling <- function(overviews, extent) {
38+
39+
}

0 commit comments

Comments
 (0)