跳转到主要内容

生成站场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

项目详情


下载文件

下载适合您平台的文件。如果您不确定要选择哪一个,请了解更多关于安装包的信息。

源代码分发

station-simulator-0.1.0.tar.gz (3.6 kB 查看哈希值)

上传时间: 源代码

由以下提供支持