Skip to contents

Returns the spatial resolutions of the multi-band raster that make up the object.

Usage

get_spatial_resolution(sr)

# S3 method for satres
get_spatial_resolution(sr)

Arguments

sr

A satres object.

Value

A vector of strings.

See also

sat_untarzip

Other satellite definition: get_band_names(), get_spectral_band_names(), satres()

Examples


esa <- system.file("extdata", "esa", package = "satres")
sr <- satres(dir = esa)

r <- sr |>
     get_spatial_resolution()