FoodGo Test Dataset
收藏资源简介:
These CSV files provide a base dataset for testing the FoodGo system that schedules the pick-ups and drop-offs of food donations from donors to nonprofits. The first file, foodgo-order.csv, specifies 500 orders. Each row in the file contains an order id, the quantity of the order in a standard unit, whether or not the order is perishable, and the location coordinates and the time-windows for the pick-up and the drop-offs. The second file, food go-volunteers.csv. specifies 50 volunteers. Each row has the volunteer id, the capacity that the vehicle has in a standard unit, the locations of where the volunteer begins and ends hers or his availability, and the availability window. Times are represented in a simple integer format where the thousands and hundreds digits represent the hours and the tens and ones digits represent the minutes. The availabilities in the foodgo-volunteers dataset are represented as a JSON array, with each subarray representing the start and end of a time window in which the volunteer is available to transport orders.
本数据集包含多组逗号分隔值(CSV)文件,用于为FoodGo系统提供基础测试数据——该系统负责规划食品捐赠从捐赠者至非营利组织的取件与派送调度任务。首个文件foodgo-order.csv包含500条订单记录,文件内每一行均包含订单编号、以标准单位计量的订单总量、该订单是否属于易腐品,以及取件与送件的位置坐标与对应时间窗口。第二个文件foodgo-volunteers.csv包含50名志愿者的相关信息,每一行记录包含志愿者编号、其驾驶车辆的标准单位承载容量、志愿者可提供服务的起始与结束位置,以及可用服务时段。时间采用简化整数格式进行编码:千位与百位数字代表小时数,十位与个位数字代表分钟数。foodgo-volunteers数据集中的可用时段以JSON数组形式存储,每个子数组分别对应志愿者可承接运输任务的时间窗口的起始与结束时刻。



