# redis_data_process **Repository Path**: fangshiyuu/redis_data_process ## Basic Information - **Project Name**: redis_data_process - **Description**: 基于接收的redis数据,处理后得到车辆是否处于协同以及优先权 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-22 - **Last Updated**: 2024-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # redis_data_process #### 介绍 基于接收的redis数据,处理后得到车辆是否处于协同以及优先权 'update 1020' 由于现在收到的csv文件各行的列数不同,因此不能使用之前的处理逻辑,这里我们将csv文件转化为txt后提取关键特征,最后返回加入是否协同和优先权信息的txt文件格式 需要自行将txt文件转化为csv 处理数据的逻辑为: 1.提取车辆的point_list,计算不同车辆轨迹的交点,取时间戳靠前的车给更高的优先权(因为其更早通过冲突点,priority=1 else priority=2),isCooperativeVehicle=1 2.对于没有point_list的车辆认为其为背景车,因此priority=None,isCooperativeVehicle=0 处理数据中我们发现BYD数据中一开始id=0的point_list为空,需要检查为什么数据是空的 提示:使用前需要将csv文件换为txt #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)