rapid_sf: Get the Scale Factor for all bands

Description Usage Arguments Value Examples

View source: R/get_info.R

Description

Get the Scale Factor for all bands

Usage

1
rapid_sf(xml)

Arguments

xml

An XML document

Value

A vector contain the scale factor of each 5 bands

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(xml2)

xml.file <- list.files(
  system.file("extdata", package="rapidr"),
  pattern = ".xml", full.names = TRUE
)

x <- read_xml(xml.file)

rapid_sf(x)

italocegatta/rapidr documentation built on May 18, 2019, 5:52 a.m.