返回顶部
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
安全检测
已通过
86
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

driver-card-tachograph

driver-card-tachograph

解析欧盟数字行车记录仪驾驶员卡文件(.ddd)并将数据导入SQLite数据库。

描述

处理欧盟数字行车记录仪文件(.ddd):

  • - .ddd文件: 二进制驾驶员卡转储文件
  • 解析器: dddparser(欧盟认证)
  • 数据库: 包含13张表的SQLite数据库

证书

有关欧盟联合研究中心公钥和签名验证的详细信息,请参阅 references/certificates.md

命令

命令描述
./scripts/process.sh完整工作流程(推荐)
./bin/dddparser -card -format -input <文件.ddd> -output <文件.json>
.ddd → JSON | | ./scripts/import.py <文件.json> | JSON → SQLite | | ./scripts/export.py | SQLite → CSV |

目录结构

driver-card-tachograph/
├── SKILL.md
├── bin/dddparser # 解析器
├── scripts/
│ ├── import.py
│ ├── export.py
│ └── process.sh
├── references/
│ ├── build.md # 构建指南
│ └── certificates.md # 证书详情
└── data/ # 运行时数据

要求

  • - Go 1.21+ – 用于构建解析器
  • Python 3 – 标准库(sqlite3, json, csv)

构建dddparser

构建指南请参阅 references/build.md

.ddd文件

  • - 位置: data/inbox/
  • 扩展名: .ddd(不区分大小写)
  • 最小大小: 1KB

工作流程

bash
./scripts/process.sh

  1. 1. 从 inbox/ 获取.ddd文件
  2. 解析为JSON(parsed/)
  3. 导入到SQLite(json/ → 数据库)
  4. 归档到 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

下载

⬇ 下载 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
返回顶部