Displays the tags contained within a GeoTIFF file. This is useful when importing GeoTIFF files into different software environments. The tool prints tag information to the console. Tags containing more than 100 values are truncated in the output. GeoKeys are interpreted according to the GeoTIFF specification.
References
For more information, see https://www.whiteboxgeo.com/manual/wbw-user-manual/book/tool_help.html#print_geotiff_tags
Examples
if (FALSE) { # \dontrun{
raster_path <- system.file("extdata/dem.tif", package = "wbw")
print_geotiff_tags(raster_path)
} # }