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
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ Tool to automatically extract igc files from USB mass storage devices
3
3
4
4
The tool will check for any new USB drives attatched to the computer. If the drive matches the file system of a know GPS device then the following will happen:
5
5
6
+
0a) Prompts for the competion identifier so we can write unique pilot_id files (optional)
7
+
8
+
0b) Prompts for the ouptup directory for the tasks IGC files.
9
+
6
10
1a) Checks the pilot ID. The source of this can be changed so that seperate competions don't overlap.
7
11
8
12
1b) Writes a pilot ID if none is found
@@ -27,4 +31,18 @@ run `kobo.py`
27
31
`kobo.py [output directory] [comp name] [date*]`
28
32
* Date is not yet implemented
29
33
34
+
# Supported Devices
35
+
36
+
Currently we only support Kobos, for the addition of new devices will need to be provided with the folling:
37
+
38
+
1) The location of the IGC log files.
39
+
2) The format of the IGC filenames (so we can work out wish is the relevant one for a task).
40
+
3) A writable directory if one exists for the storage of Comp IDs.
41
+
42
+
If you can provide these details, please [create an Issue](https://github.com/robchett/usb-igc-extract/issues/new) and I'll update as soon as possible.
43
+
44
+
# Todos
30
45
46
+
1) Add more devices.
47
+
2) Add support for selecting a date - in case scoring is not on the day of the task.
0 commit comments