数据管理与分析-开始使用:数据说明

时间:2023-12-19 17:23:08

数据说明

本案例中使用两类数据:(详见步骤6 体验Demo样例

1、详单数据车辆上报的详单数据,包括定时上报的位置记录和异常的驾驶行为触发的告警事件数据。

2、订单数据:记录了货运订单相关的信息。

表1 详单数据

字段名称

字段类型

字段说明

driverID

string

驾驶员ID

carNumber

string

车牌号

latitude

double

纬度

longitude

double

经度

speed

int

速度

direction

int

方向

siteName

string

地点

time

timestamp

记录上报时间

isRapidlySpeedup

int

急加速标识,“1”表示急加速,“0”表示非急加速

isRapidlySlowdown

int

急减速

isNeutralSlide

int

空挡滑行

isNeutralSlideFinished

int

空挡滑行结束

neutralSlideTime

bigint

空挡滑行时长

isOverspeed

int

超速

isOverspeedFinished

int

超速结束

overspeedTime

bigint

超速时长

isFatigueDriving

int

疲劳驾驶

isHthrottleStop

int

停车轰油门

isOilLeak

int

用油异常

表2 订单数据

字段名称

字段类型

字段说明

orderNumber

string

订单号

driverID

string

驾驶员ID

carNumber

string

车牌号

customerID

string

客户ID

sourceCity

string

出发城市

targetCity

string

到达城市

expectArriveTime

timestamp

期望送达时间

time

timestamp

记录产生时间

action

string

事件类型,包括创建订单、开始发货、货物送达、订单签收等事件

support.huaweicloud.com/dba-dma/dba_06.html