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
INPUT_FOLDER should contain the Polarsteps data export of one (!) trip. Make
27
+
sure the folder contains a `trip.json` and `locations.json`.
40
28
41
-
```shell
42
-
polarsteps-data-parser [OPTIONS]
29
+
Options:
30
+
--output TEXT Output PDF file name [default: Trip report.pdf]
31
+
--enrich-with-comments Whether to enrich the trip with comments or not.
32
+
--help Show this message and exit.
43
33
```
44
34
45
35
For example, to load and analyse a trip with the data located in the `./data/trip1` folder and enrich the trip with comments, use the following command:
0 commit comments