get_spatial_resolution | R Documentation |
Returns the spatial resolutions of the multi-band raster that make up the object.
get_spatial_resolution(sr)
## S3 method for class 'satres'
get_spatial_resolution(sr)
sr |
A |
A vector of strings.
sat_untarzip
Other satellite definition:
get_band_names()
,
get_spectral_band_names()
,
satres()
esa <- system.file("extdata", "esa", package = "satres")
sr <- satres(dir = esa)
r <- sr |>
get_spatial_resolution()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.