ConvertFameResults: Time stamps for input recovery not adjustable
Summary
convertFameResults
allows to retrieve csv files from binaries. The flag --time
allows one to get the timeseries in different time formats. However, this doesn't seem to function correctly for input data recovery.
Environment
- FAME-Io version:
3.5.1
- Python version:
3.11.0
- OS:
Win10
Steps to reproduce
- Generate a binary input file
- Execute
convertFameResults -f input.pb --input-recovery --time FAME
- Check time format of CSV files
Expected result:
CSV files for all input files with FAME time format
Actual result:
CSV files for all input files with INT time format
Other
Output time series CSV files were recovered in the correct time format. I guess you designed this function with output recovery in mind. It would be nice if the time stamp conversion could be applied on the input time series as well.
Edited by Felix Nitsch