返回顶部
d

driver-card-tachograph

Parses EU Digital Tachograph driver card files (.ddd) and imports data into SQLite. Use when working with driver card data, tachograph records, or digital tachograph files for: (1) Parsing .ddd files to JSON, (2) Importing tachograph data into SQLite, (3) Exporting driving activities to CSV, (4) Analyzing driver hours, violations, or vehicle usage

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
61
下载量
1
收藏
概述
安装方式
版本历史

driver-card-tachograph

# driver-card-tachograph Parses EU Digital Tachograph driver card files (.ddd) and imports data into a SQLite database. ## Description Processes EU Digital Tachograph files (.ddd): - **.ddd files:** Binary driver card dumps - **Parser:** `dddparser` (EU certified) - **Database:** SQLite with 13 tables ### Certificates See [references/certificates.md](references/certificates.md) for details on EU JRC public keys and signature verification. ## Commands | Command | Description | |---------|-------------| | `./scripts/process.sh` | Full workflow (recommended) | | `./bin/dddparser -card -format -input <file.ddd> -output <file.json>` | .ddd → JSON | | `./scripts/import.py <file.json>` | JSON → SQLite | | `./scripts/export.py` | SQLite → CSV | ## Directory Structure ``` driver-card-tachograph/ ├── SKILL.md ├── bin/dddparser # Parser ├── scripts/ │ ├── import.py │ ├── export.py │ └── process.sh ├── references/ │ ├── build.md # Build guide │ └── certificates.md # Certificate details └── data/ # Runtime ``` ## Requirements - **Go 1.21+** – to build the parser - **Python 3** – standard library (sqlite3, json, csv) ### Build dddparser See [references/build.md](references/build.md) for the build guide. ### .ddd Files - **Location:** `data/inbox/` - **Extension:** `.ddd` (case-insensitive) - **Min size:** 1KB ## Workflow ```bash ./scripts/process.sh ``` 1. Take .ddd from `inbox/` 2. Parse to JSON (`parsed/`) 3. Import to SQLite (`json/` → DB) 4. Archive to `archive/`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 driver-card-tachograph-1775967182 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 driver-card-tachograph-1775967182 技能

通过命令行安装

skillhub install driver-card-tachograph-1775967182

下载 Zip 包

⬇ 下载 driver-card-tachograph v1.0.0

文件大小: 14.73 KB | 发布时间: 2026-4-13 10:06

v1.0.0 最新 2026-4-13 10:06
Initial release of driver-card-tachograph.

- Parses EU Digital Tachograph driver card files (.ddd) to JSON.
- Imports parsed tachograph data into a structured SQLite database.
- Supports exporting driving activity data to CSV.
- Includes analyzer functions for driver hours, violations, and vehicle usage.
- Provides a script for the full workflow from file ingest to database import and archiving.
- Documentation covers requirements, workflows, commands, and certificate handling.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部