raster_fileinfo: Retrieve metadata about one or more raster files

View source: R/raster.R

raster_fileinfoR Documentation

Retrieve metadata about one or more raster files

Description

This is a wrapper around GDALinfo

Usage

raster_fileinfo(x)

Arguments

x

character, one or more filenames (.tiff, .grd, etc.)

Value

table (tibble) of GDAL metadata

  • rows integer

  • columns integer

  • bands integer

  • ll.x numeric

  • ll.y numeric

  • res.x numeric

  • res.y numeric

  • oblique.x numeric

  • oblique.y numeric

  • crs character


BigelowLab/rasf documentation built on July 18, 2022, 10:19 p.m.