check_tile_copernicus: Check availability of a COPERNICUS tile

Description Usage Arguments Details Value Author(s) References Examples

Description

Check whether the provided (H,V) pairs are available as COPERNICUS tiles

Usage

1
check_tile_copernicus(tileH,tileV)

Arguments

tileH

H index of the tile COPERNICUS system (numeric or character)

tileV

V index of the tile COPERNICUS system (numeric or character)

Details

tileH and tileV should have the same length and form pairs of (H,V) indices. Each tile corresponds to a file covering an area of 10 x 10

Value

a logical vector indicating which pair (H,V) is available

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
check_tile_copernicus(19,4) # H19V4 is in Italy
check_tile_copernicus(0,4) # H0V4 is not available

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