is.landsat: Returns TRUE for records that are of product group 'landsat'...

View source: R/is_product_checker.R

is.landsatR Documentation

Returns TRUE for records that are of product group 'landsat' or the referred sub-selection

Description

These functions check which records are records of the referred product group, product or sub-selection.

Usage

is.landsat(records)

is.landsatMSS(records)

is.landsat5(records)

is.landsat7(records)

is.landsat8(records)

Arguments

records

data.frame, one or multiple records (each represented by one row), as it is returned by get_records.

Details

is.landsat returns TRUE for records that are of product group 'landsat'.

is.landsatMSS returns TRUE for records that are of product 'LANDSAT_MSS_C1'.

is.landsat5 returns TRUE for records that are of product 'LANDSAT_TM_C1' (landsat-5).

is.landsat7 returns TRUE for records that are of product 'LANDSAT_ETM_C1' (landsat-7).

is.landsat8 returns TRUE for records that are of product 'LANDSAT_8_C1' (landsat-8).

Value

logical vector, same length as number of rows in records.

Author(s)

Henrik Fisser, 2020


16EAGLE/getSpatialData documentation built on June 9, 2022, 11:28 a.m.