Skip to content

Commit

Permalink
Documented file format - fix issue #108
Browse files Browse the repository at this point in the history
Fix issue #108
  • Loading branch information
phydev committed Mar 11, 2023
1 parent a370e49 commit 52b78d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,20 @@ The processing is ready when the following message appears in the text box locat

`Results saved to /path/to/results/output.csv`

### File format

Currently trajpy supportes CSV files organized in 4 columns: time `t` and 3 spatial coordinates `x`, `y`, `z`:

|t|x|y|z|
|---|---|---|---|
| 1.00 | 10.00 | 50.00 | 50.00
| 2.00 | 11.00 | 50.00 | 50.00
| 3.00 | 11.00 | 50.00 | 50.00
| 4.00 | 12.00 | 50.00 | 50.00
| 5.00 | 12.00 | 50.00 | 50.00
| 6.00 | 13.00 | 50.00 | 50.00

See the [sample file](https://github.com/ocbe-uio/trajpy/blob/a370e49444ea845becb573fd5cc835b5c899c7dc/data/samples/sample.csv) provided in this repository as example.

### Scripting

Expand Down

0 comments on commit 52b78d4

Please sign in to comment.