scan_file_copernicus: Scan COPERNICUS file(s) name

Description Usage Arguments Details Value Author(s) References Examples

Description

Extract COPERNICUS product characteristics from file names

Usage

1

Arguments

fnames

character vector of file name(s)

Details

The geoland2-BioPar product follows the following naming standard:

Value

a data.frame with variables 'input' (input name(s)), 'product', 'date', 'Date' (date converted to Date class), 'tile', 'sensor' (VGT or PROBAV), 'version' (version of the algorithm)

Author(s)

Antoine Stevens

References

Baret et al. 2010. BioPar Product User Manual. Geoland2: Towards an Operational GMES Land Monitoring Core Service, 42 p.

Examples

1
2
3
fnames <- c('g2_BIOPAR_NDVI_201102030000_H19V4_VGT_V1.3.zip',
            'g2_BIOPAR_NDVI_201410010000_H19V4_PROBAV_V2.1.zip')
scan_file_copernicus(fnames)

antoinestevens/copernicus documentation built on May 10, 2019, 12:23 p.m.