Flattens cog_info() output to a data frame with columns src, width,
height, n_bands, dtype, nodata, crs, res_x, res_y, xmin,
ymin, xmax, ymax, n_levels, tile_width, tile_height. The
per-overview detail (level_width etc.) is collapsed to n_levels; inspect
a single source for the full vector.
Usage
# S3 method for class 'cog_info'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
# S3 method for class 'cog_info_list'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)Arguments
- x
A
cog_infoorcog_info_listfromcog_info().- row.names, optional
Unused; present for
as.data.frame()generic compatibility.- ...
Unused.
