construct remotedata module file names

construct_remotedata_filename(
  source,
  collection,
  siteid,
  scale = NULL,
  projection = NULL,
  qc = NULL,
  algorithm = NULL,
  out_process_data = NULL
)

Arguments

source

source

collection

collection or product requested from the source

siteid

shortform of siteid

scale

scale, NULL by default

projection

projection, NULL by default

qc

qc_parameter, NULL by default

algorithm

algorithm name to process data, NULL by default

out_process_data

variable name requested for the processed file, NULL by default

Value

remotedata_file_names

Author

Ayush Prasad

Examples