1
1
2
- <!-- README.md is generated from README.Rmd. Please edit that file -->
2
+ <!-- README.md is generated from README.Rmd. Please edit that file -->
3
3
4
4
# rvdat
5
5
@@ -136,18 +136,18 @@ What version?
136
136
137
137
``` r
138
138
vdat_version()
139
- # > vdat-7.0.0-20231107-14c992 -release
139
+ # > vdat-9.13.2-20240607-7a2e9d -release
140
140
```
141
141
142
142
Convert a VRL to CSV:
143
143
144
144
``` r
145
145
# # vdat_to_csv("SOME-VDAT-FILE")
146
146
# > ✔ File converted:
147
- # > C:\Users\darpa2\AppData\Local\Temp\RtmpEDUiDu /readme_files/HR2-180 461396
147
+ # > C:\Users\darpa2\AppData\Local\Temp\RtmpINUXfp /readme_files/HR2-180 461396
148
148
# > 2021-04-20 173145.vdat
149
149
# > ℹ File saved in:
150
- # > C:\Users\darpa2\AppData\Local\Temp\RtmpEDUiDu /readme_files/HR2-180 461396
150
+ # > C:\Users\darpa2\AppData\Local\Temp\RtmpINUXfp /readme_files/HR2-180 461396
151
151
# > 2021-04-20 173145.csv
152
152
```
153
153
@@ -156,17 +156,17 @@ Convert a VRL to a folder of CSVs split by data type:
156
156
``` r
157
157
# # vdat_to_folder("SOME-VDAT-FILE")
158
158
# > ✔ File converted:
159
- # > C:\Users\darpa2\AppData\Local\Temp\RtmpEDUiDu /readme_files/HR2-180 461396
159
+ # > C:\Users\darpa2\AppData\Local\Temp\RtmpINUXfp /readme_files/HR2-180 461396
160
160
# > 2021-04-20 173145.vdat
161
161
# > ℹ Files saved in:
162
- # > C:\Users\darpa2\AppData\Local\Temp\RtmpEDUiDu /readme_files/HR2-180 461396
162
+ # > C:\Users\darpa2\AppData\Local\Temp\RtmpINUXfp /readme_files/HR2-180 461396
163
163
# > 2021-04-20 173145.csv-fathom-split
164
164
# # list.files("SOME-VDAT-FILE.csv-fathom-split")
165
165
# > [1] "ATTITUDE.csv" "BATTERY.csv" "CFG_CHANNEL.csv"
166
- # > [4] "CFG_TRANSMITTER.csv" "CLOCK_SET .csv" "DATA_SOURCE_FILE .csv"
167
- # > [7] "DET.csv" "DET_FILTER.csv" "DIAG_HR2.csv"
168
- # > [10] "EVENT .csv" "EVENT_INIT .csv" "EVENT_OFFLOAD .csv"
169
- # > [13] "TEMP.csv"
166
+ # > [4] "CFG_TRANSMITTER.csv" "CLOCK_REF .csv" "CLOCK_SET .csv"
167
+ # > [7] "DATA_SOURCE_FILE.csv" " DET.csv" "DET_FILTER.csv"
168
+ # > [10] "DIAG_HR2 .csv" "EVENT .csv" "EVENT_INIT .csv"
169
+ # > [13] "EVENT_OFFLOAD.csv" " TEMP.csv"
170
170
```
171
171
172
172
Check out the file metadata:
@@ -450,11 +450,10 @@ vdat_template(format = "csv.fathom")
450
450
# > [4] "Time Correction (s)" "Model" "Serial Number"
451
451
# > [7] "Memory Remaining (%)" "Relative Humidity (%)" "RTC Time"
452
452
# >
453
- # > $NOISE_DESC
454
- # > [1] "Device Time (UTC)" "Time" "Time Offset (h)"
455
- # > [4] "Time Correction (s)" "Model" "Serial Number"
456
- # > [7] "Channel 1 noise (TBD)" "Channel 2 noise (TBD)" "Channel 3 noise (TBD)"
457
- # > [10] "Channel 4 noise (TBD)"
453
+ # > $HEALTH_NEXTRAK_DESC
454
+ # > [1] "Device Time (UTC)" "Time" "Time Offset (h)"
455
+ # > [4] "Time Correction (s)" "Model" "Serial Number"
456
+ # > [7] "Memory Remaining (%)"
458
457
# >
459
458
# > $NOISE_STATS_VR2AR_DESC
460
459
# > [1] "Device Time (UTC)" "Time"
@@ -493,88 +492,26 @@ vdat_template(format = "csv.fathom")
493
492
# > [7] "Ambient Min (deg C)" "Ambient Max (deg C)"
494
493
# > [9] "Ambient Mean (deg C)" "Sample Count"
495
494
# > [11] "Accumulation Period (s)"
496
- # >
497
- # > $XPND_EVENT_DESC
498
- # > [1] "Device Time (UTC)" "Time"
499
- # > [3] "Time Offset (h)" "Time Correction (s)"
500
- # > [5] "Model" "Serial Number"
501
- # > [7] "Type" "Subtype"
502
- # > [9] "Description" "Values"
503
- # > [11] "Responder Model" "Responder Serial Number"
504
- # > [13] "Responder Range (m)" "Transmit Power (dB)"
505
- # > [15] "Receive Signal (dB)" "Receive Gain (dB)"
506
- # > [17] "Latitude" "Longitude"
507
- # > [19] "GPS HDOP"
508
495
```
509
496
510
497
Call VDAT using standard flags:
511
498
512
499
``` r
513
500
vdat_call(" --help" )
514
- # > VDAT File Tool
515
- # > Usage:
516
- # > vdat [OPTION...] [COMMAND [ARG]...]...
517
- # >
518
- # > Common options:
519
- # > --format FORMAT Output file format (e.g. csv.fathom, csv.fathom.split,
520
- # > json.rxlog)
521
- # > --output PATH Output file or directory path
522
- # >
523
- # > Conversion Options options:
524
- # > --timec OPTION Enable time correction (e.g. --timec=default)
525
- # > --detection-filter FILTER
526
- # > Detection filtering algorithm ???
527
- # > --tagdb FILEPATH Path of local tag database to be used for
528
- # > sensor value conversion.
529
- # > --offset-hours HOURS Offset times by a number of hours. Typically
530
- # > used to change time zone.
531
- # > --segment-hours HOURS Maximum data timespan (in hours) to include
532
- # > in each output file
533
- # >
534
- # > General options:
535
- # > -h, --help Print application help (and exit)
536
- # > -v, --version Print application version (and exit)
537
- # > --app-id Print application identity (and exit)
538
- # > --debug Enable debug mode
539
- # > -p, --progress Output realtime progress to the console
540
- # >
541
- # > Logging options:
542
- # > --log [=PATH(=C:\Users\darpa2\AppData\Local\Innovasea\VRPC\vdat)]
543
- # > Enable file logging. Explicit path is
544
- # > optional.
545
- # > --log-level LEVEL Set filter threshold for file logging [0
546
- # > (most verbose), 1000 (least verbose)]
547
- # > --trace Send all logging to console (no filtering)
548
- # > --trace-debug Send logging to console with debug-level
549
- # > filtering (200)
550
- # > --trace-info Send logging to console with info-level
551
- # > filtering (300)
552
- # >
553
- # > Commands:
554
- # > convert Convert file to the given file format
555
- # > . Usage: vdat convert --format=<FORMAT> <INPUT_FILEPATH>
556
- # > .
557
- # > . Optional: --output=<FILE_OR_DIRECTORY_PATH>
558
- # > . --timec=default
559
- # > . --detection-filter=<FILTER>
560
- # > . --tagdb=<FILEPATH>
561
- # > . --offset-hours=<HOURS>
562
- # > . --segment-hours=<HOURS>
563
- # > .
564
- # > . Example: vdat convert --format=csv.fathom <INPUT_FILEPATH>
565
- # > . vdat convert --format=json.rxlog <INPUT_FILEPATH>
566
- # >
567
- # > inspect Describe the content of an existing file
568
- # > . Usage: vdat inspect <INPUT_FILEPATH>
569
- # >
570
- # > template Generate template for a given file format
571
- # > . Usage: vdat template --format=<FORMAT>
572
- # > .
573
- # > . Optional: --output=<OUTPUT_FILEPATH>
574
- # > .
575
- # > . Example: vdat template --format=vfwp
576
- # >
501
+ # > Usage: C:\PROGRA~1\INNOVA~1\Fathom\vdat.exe [OPTIONS] [SUBCOMMAND]
502
+ # >
503
+ # > Options:
504
+ # > -h,--help Show help and summary of commands, or detailed
505
+ # > help for selected command (and exit)
506
+ # > --help-all Show help for all commands (and exit)
507
+ # > -v,--version Print application version (and exit)
508
+ # > --app-id Print application identity (and exit)
509
+ # >
577
510
# >
511
+ # > Subcommands:
512
+ # > convert Convert file to the given file format
513
+ # > inspect Describe the content of an existing file
514
+ # > template Generate template for a given file format
578
515
```
579
516
580
517
## Development notes
0 commit comments