Skip to content

Commit

Permalink
show tiling
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Nov 28, 2022
1 parent e19acad commit dbd0e35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/vrt_extent.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Get extent from index values in VRT text.
#'
#' (I can't understand XML tech for the life of me so I hack the text as lines with strsplit)
#' (I can't understand XML tech so I hack the text as lines with strsplit)
#' @param x url or file path to VRT file
#'
#' @export
Expand Down Expand Up @@ -32,3 +32,8 @@ extent_vrt <- function(x) {
ymax <- vaster::y_from_row(vinfo$extent, vinfo$dimXY, yOff + ySize)
cbind(xmin = xmin, xmax = xmax, ymin = ymin, ymax = ymax)
}


show_tiling <- function(overviews, extent) {

}

0 comments on commit dbd0e35

Please sign in to comment.