check the status of the requested data in the DB

remotedata_db_check(
  raw_file_name,
  pro_file_name,
  start,
  end,
  siteid,
  siteid_short,
  out_get_data,
  algorithm,
  out_process_data,
  overwrite,
  dbcon
)

Arguments

raw_file_name

raw_file_name

pro_file_name

pro_file_name

start

start date requested by user

end

end date requested by the user

siteid

siteid of the site

siteid_short

short form of the siteid

out_get_data

out_get_data

algorithm

algorithm

out_process_data

out_process_data

overwrite

overwrite

dbcon

BETYdb con

Value

list containing remotefile_check_flag, start, end, stage_get_data, write_raw_start, write_raw_end, raw_merge, existing_raw_file_path, stage_process_data, write_pro_start, write_pro_end, pro_merge, input_file, existing_pro_file_path, raw_check, pro_check

Author

Ayush Prasad

Examples