1. 02 Jul, 2019 2 commits
  2. 20 May, 2019 1 commit
  3. 16 May, 2019 2 commits
  4. 27 Oct, 2018 1 commit
  5. 26 Oct, 2018 7 commits
  6. 25 Oct, 2018 1 commit
  7. 24 Oct, 2018 2 commits
  8. 16 Aug, 2018 2 commits
  9. 10 Aug, 2018 11 commits
  10. 01 Jul, 2018 1 commit
  11. 29 Jun, 2018 2 commits
  12. 28 Jun, 2018 1 commit
    • Michael Giansiracusa's avatar
      header: added optional argument descriptions. · cbda670c
      Michael Giansiracusa authored
      parse_dqrs: dqr filtering uses web service. This only works for variable level resolution if a complete farlist is passed in the beginning. Otherwise it has to be done in process_one_thread for every variable in every file which is much slower. I have implemented the second option as a fallback in the event of an empty varlist. I also changed this method to always print which variables it is getting dqr timeblocks for but only prints the web link in debug mode. If debug mode is on it alos writes a dqr_results.txt to the csv folder. This feature may be useful for users and will have to be discussed further.
      merge_output: only print tmpfiles if in debug mode.
      ProcessManager def __init__: added self.datastream variable to work with the ugly/inefficient fix for dqr filtering if an empty varlist is passed. Also, consider getting rid of the ProcessManager.verbose attribute.
      process_one_thread: Lines 614-647 are the bad fix for empty varlist in dqr-filtering
      dqr_filtering: modified the time checks so that all time ranges aren't checked, only if the dqr start is after the file end or the dqr end is before the file start.
      parse_arguments: turned auto debug off.
      cbda670c
  13. 27 Jun, 2018 2 commits
  14. 25 Jun, 2018 3 commits
  15. 01 Jun, 2018 2 commits