You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Key features
Use -aws send data to AWS instead of writing to disk
-project replaces -output but behaves similarly
Timeseries data not split per input-file
Changelog
Sending CSV to AWS (#96)
Timeseries data is sent to AWS in CSV format
Static compilation and CI consistency (#99)
CI system uses the makefile exactly as the developers. Reverted back to static linking of the 12-bit jpeg library.
Linting, CI and Makefile (#94)
CI ensures linting. Added script to compile jpeg-library with 12bits color depth.
Generalize CSV writing (#95)
This is just a refactoring of timeseries csv:s to have a common interface ready for AWS writing. It also declutters the callback-function a lot.
Images + JSON to AWS S3 (#88)
Introduces the -aws flag that sends images + jsons to AWS rather than disk and -description which uploads a single file to aws to follow the others. Also renames -output to -project to better describe both the disk and aws behaviour.
Buffered channels (#89)
Performance fix, reduces waiting time for synchronization.
New names in AEZ (#84)
Only renaming of files in aez for clarity
Image files contains rac file name in name (#87)
Changes naming convention from 12141242141.png to MyRacFile_12141242141.png (issue #86)