ra_read: Function to read a raster object from file.

View source: R/ra_read.R

ra_readR Documentation

Function to read a raster object from file.

Description

Function to read a raster object from file.

Usage

ra_read(file, variable = NA, in_memory = FALSE)

ra_read_brick(file, variable = NA, level = 1, in_memory = FALSE)

Arguments

file

File containing raster data.

variable

An optional variable to read within file.

in_memory

Should the raster object be forced into physical memory?

level

What level to load, usually a fourth dimension variable.

Value

Raster object.

Author(s)

Stuart K. Grange

See Also

raster


skgrange/gissr documentation built on June 20, 2024, 12:02 a.m.