powered by
Returns the spatial resolutions of the multi-band raster that make up the object.
get_spatial_resolution(sr)# S3 method for satres get_spatial_resolution(sr)
# S3 method for satres get_spatial_resolution(sr)
A vector of strings.
A satres object.
satres
sat_untarzip
Other satellite definition: get_band_names(), get_spectral_band_names(), satres()
get_band_names()
get_spectral_band_names()
satres()
esa <- system.file("extdata", "esa", package = "satres") sr <- satres(dir = esa) r <- sr |> get_spatial_resolution()
Run the code above in your browser using DataLab