From 37cbc2d45f7b17ef0e155c86390100930054af28 Mon Sep 17 00:00:00 2001 From: ZornitsaD <53559158+ZornitsaD@users.noreply.github.com> Date: Thu, 18 Feb 2021 10:50:25 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4143f58..622f6b3 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,12 @@ employed i.a. by the measurement hardware to dump and store data and the software packages [imc Studio](https://www.imc-tm.de/produkte/messtechnik-software/imc-studio/ueberblick/) & [imc FAMOS](https://www.imc-tm.de/produkte/messtechnik-software/imc-famos/) -for measurement data control and analysis. Thanks to the integrated Python module +for measurement data control and analysis. Thanks to the integrated Python module, the extracted measurement data can be stored in any open-source file format accessible by Python like i.a. _csv_, _json_ or _parquet_. +On the [Record Evolution Platform](https://www.record-evolution.de/en/home-en/), the library can be used both as a command line tool for interactive usage and as a Python module to integrate the _.raw_ format into any ETL workflow. + ## Overview * [File format](#Fileformat)