gtfs api:带有PostGIS的概念GTFS API
GTFS REST API用于发现和查询Valley Metro公交路线的API。安装设置Postgresql $ export GTFS_URL="postgres://username@localhost:5432/gtfs"安装依赖npm install迁移GTFS数据迁移数据npm run migrate反向迁移npm run reverse刷新迁移npm run refresh测试npm run test带有Lout的REST端点文档感谢插件,我们可以在服务器启动时查看路由。 $ node server.js服务器启动后,导航到以交互方式浏览API端点。应用程序接口获取代理代理对象id :整数,代理商ID agency_name :字符串,机构名称agency_url :字符串,代理
文件列表
gtfs-api-master.zip
(预估有个68文件)
gtfs-api-master
.jshintrc
1KB
sqlMigrations
createSchema.sql
1KB
createGeodata.sql
2KB
dropGeodata.sql
850B
dropSchema.sql
264B
validations
index.js
220B
params.js
781B
暂无评论