生成站场CSV数据的工具
项目描述
Station Simulator
一个用于快速生成大型站场CSV文件的脚本
版权所有 2017 RPS Group Plc
有关详细信息,请参阅LICENSE
安装
使用pip安装
pip install station-simulator
用法
usage: station-simulator [-h] [-n STATION_NAME] [-s START] [-e END] output Generate a fake CSV of station data positional arguments: output Output file optional arguments: -h, --help show this help message and exit -n STATION_NAME, --station-name STATION_NAME Name of station -s START, --start START Start Date -e END, --end END End Date
示例
station-simulator test.csv station-simulator -n Example1 --start 2001-01-01 --end 2010-01-01 output.csv