get_timeseries: Get time series of sample points from SITS' bricks.

Description Usage Arguments Value Author(s)

Description

Get validated PRODES samples (from a CSV file) and retrieve time series for each one

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
get_timeseries(
  cpath,
  path_bricks,
  brick_prefix,
  class_bands,
  scale_factor = NULL,
  missing_values = NULL,
  minimum_values = NULL,
  maximum_values = NULL,
  suffix = "",
  max_time_diff = 30,
  cov_name = "SITS coverage",
  time_len = 23,
  time_by = 16
)

Arguments

cpath

A length-one character. Path to a CSV file.

path_bricks

A character. Path to a directory with Landsdat8-MODIS bricks.

brick_prefix

A character. Prefix to the name of the Landsdat8-MODIS bricks.

class_bands

A character. The name of the bands to process.

scale_factor

A list. Scale factor of the image band files.

missing_values

A list. Values representing missing pixels for each band.

minimum_values

A list. Minimum values of each band.

maximum_values

A list. Maximum values of each band.

suffix

A length-one character. A suffix to append to the filename of the results

max_time_diff

A length-one numeric. The maximum difference (in days) between the fist day of the bricks and the first day of the CSV sample file.

cov_name

A length-one character. Name for the sits coverage to create.

time_len

A length-one integer. The lenght of the brick's time line.

time_by

A length-one inetger. The number of days between observations in the time line.

Value

A vector of paths to Rdata files

Author(s)

Alber Sanchez, alber.ipia@inpe.br


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