Skip to content

Releases: holukas/fluxrun

v1.4.1

27 Mar 13:50
1699a73
Compare
Choose a tag to compare

v1.4.1 | 27 Mar 2024

  • Added new sites CH-FOR, CH-HON and CH-TAN in site selection menu
  • Now showing all sites when clicking on site selection drop-down menu
  • Added info about default setting in GUI: Date/Time Format In File Name (default: yyyymmddHHMM)
  • Updated links in sidebar to GitHub locations

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

27 Feb 15:59
Compare
Choose a tag to compare

v1.4.0 | 27 Feb 2024

  • Added: it is now possible to give a specific file extension in the GUI
    setting Raw Data: File Settings > Date/Time Format In File name. In case no file extension is given, fluxrun
    assumes .csv as the default file extension.
    • Example 1: For uncompressed files named using a format like CH-FRU_ec_20230509-0930_withAGC.dat, the
      respective entry is ec_yyyymmdd-HHMM_withAGC.dat. The site name CH-FRU_ is added automatically during
      processing and must not be added in this setting.
    • Example 2: For uncompressed files named using a format like CH-FRU_202305090930.csv, the respective
      entry is yyyymmddHHMM (same as in earlier version). The site name CH-FRU_ is added automatically during
      processing and must not be added in this setting. The file extension .csv is assumed since no specific file
      extension is given.
    • Example 3: For compressed files named using a format like CH-FRU_ec_20230509-0930_withAGC.dat.gz, the
      respective entry is ec_yyyymmdd-HHMM_withAGC.dat. The suffix .gz is automatically added to the given file
      extension.
    • Example 4: For compressed files named using a format like CH-FRU_202305090930.csv.gz, the respective
      entry is yyyymmddHHMM (same as in earlier version).
  • Added: During unzipping of gzip files, the logger now also displays the name of the file before unzipping
    is started. This way it is easier to identify files for which unzipping does not work, e.g., due to
    corrupted binary files (irregular structure). (fluxrun.ops.file.uncompress_gzip)

Full Changelog: v1.3.1...v1.4.0

v1.3.1

25 Oct 16:38
Compare
Choose a tag to compare
Updated lock file