Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These can be build from source with a working Swift Toolchain in the standard way:

Code Block
languagebashtext
titleBuild instructions
collapsetrue
git clone https://paloz.marum.de/bitbucket/scm/essp/interpolate.git
cd interpolate
swift build -c release

...

Example Usage:

Code Block
languagebashtext
titleExample Usage
collapsetrue
./.build/release/interpolate -s " " -b10.0 -e50.0 -y7 -l 1 --step 2.0 Tests/interpolateTests/Resources/testFile.txt
time_kyr	T_C
10.000000	5.959085
12.000000	5.937662
14.000000	5.891203
16.000000	5.811697
18.000000	5.712444
20.000000	5.608675
22.000000	5.528426
24.000000	5.481566
26.000000	5.492680
28.000000	5.532406
30.000000	5.561884
32.000000	5.597621
34.000000	5.632969
36.000000	5.664911
38.000000	5.683163
40.000000	5.694919
42.000000	5.694082
44.000000	5.684616
46.000000	5.664727
48.000000	5.635670
50.000000	5.595989

...