Description Usage Arguments Value Author(s)
Build a SITS brick masking the clouds in the images.
| 1 2 3 4 5 6 7 8 9 10 11 | build_cloud_brick(
  brick_imgs,
  field_name,
  brick_prefix,
  brick_path,
  brick_scene,
  no_data = -9999,
  gdal_format = "GTiff",
  gdal_options = c("TILED=YES", "COPY_SRC_OVERVIEWS=YES", "COMPRESS=LZW"),
  tmp_dir = tempdir()
)
 | 
| brick_imgs | A tibble with metadata of satellite imagery (see build_brick_tibble2). | 
| field_name | A length-one character. The name of a column in brick_imgs with paths to image files. | 
| brick_prefix | A lengh-one character. Prefix to append to produced file names. | 
| brick_path | A length-one character. A path for storing the resulting bricks. | 
| brick_scene | A length-one character. The scene or tile of the brick. | 
| no_data | A length-one numeric. The value for no data. | 
| gdal_format | A length-one character. Gdal format of the output file. | 
| gdal_options | A character. Options passed to gdal for raster creation. | 
| tmp_dir | A length-one character. A path to a folder for storing temporal files. | 
A lenth-one character. Path to a brick file.
Alber Sanchez, alber.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.