process.lsi.xlog_arch: Process LSI-XLOG data archive mode.

Description Usage Arguments

View source: R/process_aws.R

Description

Read the data from X-LOG storage, parse and convert to a list object then upload it to "data-int" server.

Usage

1
2
3
4
5
6
7
8
process.lsi.xlog_arch(
  start_min,
  end_min,
  dirLSIXLOG,
  dirAWS,
  dirUP = NULL,
  upload = TRUE
)

Arguments

start_min

the start time to process in the format "YYYY-MM-DD HH:MM". Example: "2019-12-15 12:50"

end_min

the end time to process in the format "YYYY-MM-DD HH:MM"

dirLSIXLOG

full path to the directory of X-LOG. Example: "C:/DATA/X-LOG"

dirAWS

full path to the directory to store the parsed data. Example: "E:/MeteoRwanda"

dirUP

full path to the directory to store the uploaded data in data-int. Default NULL, must be provided if upload is TRUE. Example: "/home/data/MeteoRwanda_Data/AWS_DATA/RAW"

upload

logical, if TRUE the data will be uploaded to data-int


rijaf-iri/mtorwawsParser documentation built on Feb. 19, 2021, 12:43 p.m.