identify_missing_bricks: Identify bricks missing in directory.

Description Usage Arguments Value Author(s)

Description

Given sets of years, scenes, bands, check if thre are bricks available for them.

Usage

1
2
3
4
5
6
7
8
identify_missing_bricks(
  in_dir,
  expected_scenes,
  expected_years,
  expected_bands,
 
    brick_file_pattern = "^LC8SR-(MASKCLOUD|MOD13Q1-MYD13Q1|MOD13Q1-STARFM|RAW|SIMPLE)_[0-9]{6}_[0-9]{4}-[0-9]{2}-[0-9]{2}_[a-z0-9]{+}_STACK_BRICK.tif$"
)

Arguments

in_dir

A length-one character. A path to a directory of brick files.

expected_scenes

A character. Expected path and rows.

expected_years

A character. Expected years.

expected_bands

A character. Expected bands.

brick_file_pattern

A length-one character· A regular expression to match brick files.

Value

A tibble.

Author(s)

Alber Sanchez, alber.ipia@inpe.br


albhasan/sits.prodes documentation built on Sept. 3, 2020, 2:03 p.m.