File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66Gizmos for working with CSVs
77
8+ ## Table of contents
9+
10+ * [ csvplot] ( #csvplot ) -- line and scatter plots from CSV files
11+ * [ csvstats] ( #csvstats ) -- histograms and summary statistics for CSV files
12+ * [ csvcat] ( #csvcat ) -- concatenate CSV files
13+ * [ can2k] ( #can2k ) -- parse NMEA 2000 GPS data from CAN logs
14+ * [ qgsdir] ( #qgsdir ) -- generate QGIS projects from directories of CSV files
15+ * [ csvdelta] ( #csvdelta ) -- calculate inter-row deltas for CSV files
16+ * [ minpath] ( #minpath ) -- shorten file paths to minimal unique suffixes
17+ * [ depconv] ( #depconv ) -- convert dependency graphs between formats
18+ * [ depfilter] ( #depfilter ) -- filter or select subsets of dependency graphs
19+ * [ deptransform] ( #deptransform ) -- transform dependency graphs
20+ * [ can2csv] ( #can2csv ) -- parse CAN logs into CSV files
21+ * [ canspam] ( #canspam ) -- generate random CAN traffic
22+ * [ canstruct] ( #canstruct ) -- reconstruct NMEA 2000 Fast Packet / ISO 11783-3 Transport Protocol
23+ sessions
24+ * [ bbclasses] ( #bbclasses ) -- generate BitBake recipe inheritance diagrams
25+
826# Philosophy
927
1028Rather than to build an infinitely flexible, highly optimized, does-everything-and-more toolkit (see
You can’t perform that action at this time.
0 commit comments