内容简介:Download NYC subway turnstile data files fromHastily put together in March 2020, structured as a Rails app but the only functionality is to download files and load them into a Postgres table calledThe repo does not currently support the MTA file formats fo
NYC Subway Turnstile Data
Download NYC subway turnstile data files from the MTA's website and load them into a database
Hastily put together in March 2020, structured as a Rails app but the only functionality is to download files and load them into a Postgres table called turnstile_observations
The repo does not currently support the MTA file formats for the time period 5/5/2010–10/11/2014
Initialize database
bundle exec rake db:setup
Example usage
From the Rails console, import a single file:
TurnstileObservation.import_turnstile_observations(date: "2020-03-21".to_date)
Import all files:
TurnstileObservation. all_available_dates. select { |d| d >= TurnstileObservation::FIRST_DATE_WITH_NEW_FORMAT }. each { |d| TurnstileObservation.import_turnstile_observations(date: d) }
After importing files, you have to run another query to set the net_entries
and net_exits
colums:
TurnstileObservation.set_net_entries_and_net_exits
以上所述就是小编给大家介绍的《NYC Subway Turnstile Data》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
PHP Web 2.0开发实战
泽瓦斯 / 苏金国 / 人民邮电出版社 / 2008-10-1 / 59.00元
本书通过一个完整的Web 2.0应用——带有动态图库、搜索和地图功能的博客系统详细介绍了Web开发的全过程。首先讨论了Web应用的规划与设计,然后逐章实现各个具体特性,包括网站主页、用户主页、用户注册页面、账户登录和管理页面、用户博客系统、网站搜索以及应用管理等,最后介绍部署和维护。 本书适合中、高级的PHP程序员阅读。一起来看看 《PHP Web 2.0开发实战》 这本书的介绍吧!
HTML 压缩/解压工具
在线压缩/解压 HTML 代码
html转js在线工具
html转js在线工具