Skip to content

Commit 939b249

Browse files
committed
Update to requirements.txt
1 parent bfb623f commit 939b249

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/data-processing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ idna==3.4
1919
influxdb-client==1.35.0
2020
J1939-PGN==0.4
2121
jmespath==0.10.0
22-
mdf_iter>=2.0.10
22+
mdf-iter>=2.1.1
2323
multidict==6.0.2
2424
numpy==1.24.1
2525
pandas==1.5.3

examples/other/matlab-basics/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The scripts primarily focus on showcasing how you can load the log files from th
66

77
Further, we also provide a script example letting you load `.mat` files instead of MF4 files, in case you prefer not to use the Vehicle Network Toolbox. To help automate the export of your MF4 to `.mat` we provide a plug & play script example.
88

9+
**NOTE:** You can use our new MF4 decoders to create a Parquet data lake. This is now our recommended solution for working with your CANedge data in MATLAB. For details and script examples, see the [MF4 decoder docs](https://canlogger.csselectronics.com/canedge-getting-started/ce3/log-file-tools/mdf4-decoders/).
10+
911
---
1012

1113
## File overview

0 commit comments

Comments
 (0)