公交智能卡数据分析软件

smarttap的Python项目详细描述


smarttap:智能卡传输分析包

版本:1.0 作者:约翰·塔克 联系人:john_tasker@outlook.com 许可证:GNU GPL v3.0

这是SmartTap包的初始版本,它能够 开展公共交通智能化数据清理和准备活动 卡片数据。这个包是用translink提供的gocard数据开发的 为澳大利亚昆士兰州东南部的公共交通网络。

运行包 要运行软件,请使用python 3打开guimodule.py。Tkinter Gui会 出现。必须指定包含.csv中智能卡数据的目录 格式(例如aug15pr.csv)、routes.txt文件(gtfs routes.txt标准)、 stops.txt文件(gtfs stops.txt标准)。目录还可以包含一个列表 将用于筛选所有出行记录的通勤者。此文件必须在 .csv格式。

SETTINGS To specify the database name, input this into the provided box and click ‘Set Database Name’. The provided name must end in .db. By default the database will be named ‘GoCard.db’.

Operation/processing timings are set on by default. If you do not wish to see timings click the ‘Time - ON’ button and it will change to ‘Time - OFF’. The button will also change colour from green to red. To turn timing on click the button again.

The output window (lower section of GUI) will display the outputs of operations/processing and will automatically scroll to the most recent output. If you wish to clear the output window click the ‘Clear Output’ button. This will remove all text from the window.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
基于Java的遗传算法确定最优交易行为   java改型2.0无法解析Json嵌套对象   java在数组中查找最大额定值(数字),我们不能跳过数组中的一个或多个连续数字   java在spring boot中从命令行设置活动概要文件和配置位置   JavaAxis2:传输错误:404错误:未找到帮助理解其真正含义   java使用Play2WAR和Play2.2.1   java理解函数运算符:Lambda   在代理java后面读取https网页数据   java应用程序。Android单元测试中的类mock   java为什么onClick布局XML引用的方法需要是公共的?   从SMTLIB2文件解析的java显示声明   java重写给定的类以使用组合而不是继承   HTMLUnit和Java:NoSuchMethodException:createDefaultSSLContext()   java如何使用Spring和ThymeLeaf从前端正确更新后端中的对象?   来自init()Java的方法调用   使用cellrendering从数据库向JTable动态添加数据后,java无法使用JTable执行排序操作   java Android Studio 1.5.1。渲染错误(浮动操作按钮)   web服务如何使用UsenameToken和PasswordDigest为JAVA中的SOAP客户端附加wsse安全头   java为什么要在局部变量和myApplicationClass中同时删除“ArrayList.remove”?