get_spatial_resolution {satres}R Documentation

Get spatial resolutions

Description

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

Usage

get_spatial_resolution(sr)

## S3 method for class '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()


[Package satres version 1.1.1 Index]