View source: R/is_product_checker.R
is.landsat | R Documentation |
These functions check which records are records of the referred product group, product or sub-selection.
is.landsat(records) is.landsatMSS(records) is.landsat5(records) is.landsat7(records) is.landsat8(records)
records |
data.frame, one or multiple records (each represented by one row), as it is returned by get_records. |
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).
logical vector, same length as number of rows in records
.
Henrik Fisser, 2020
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.