Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadMe Out of Date #4

Closed
ghost opened this issue Sep 12, 2015 · 1 comment
Closed

ReadMe Out of Date #4

ghost opened this issue Sep 12, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 12, 2015

I just tried doing a gtfsdb-load, and there is no longer a bin folder that is created after buildout. Can you update the readme to reflect the appropriate load instructions in its current form?

Thanks!

Adam

@fpurcell
Copy link
Member

Hey Adam,

That's not the behavior I'm seeing:

$ rm -rf gtfsdb
$ git clone git@github.com:OpenTransitTools/gtfsdb.git
$ cd gtfsdb
$ buildout install prod
Creating directory '/gtfsdb/bin'.
Develop: '/gtfsdb/.'
Uninstalling prod.
Installing prod.
Generated script 'gtfsdb/bin/connect-tester'.
Generated script 'gtfsdb/bin/gtfsdb-load'.
Generated script 'gtfsdb/bin/rs-test'.
Generated interpreter 'gtfsdb/bin/python'.
$ bin/gtfsdb-load --database_url sqlite:///gtfs.db http://developer.trimet.org/schedule/gtfs.zip
15:52:33,807 DEBUG [/gtfsdb/gtfsdb/model/db.py] create table: route_type
....
15:52:44,256 DEBUG [gtfsdb.model.gtfs] GTFS.load: http://developer.trimet.org/schedule/gtfs.zip
15:52:45,128 DEBUG [gtfsdb.model.route] RouteType.load (0 seconds)
15:52:45,140 DEBUG [gtfsdb.model.route] RouteFilter.load (0 seconds)
15:52:45,169 DEBUG [gtfsdb.model.feed_info] FeedInfo.load (0 seconds)
15:52:45,178 DEBUG [gtfsdb.model.agency] Agency.load (0 seconds)
....

I've done the following on both a mac (just now), on a centos linux machine, and via both cygwin cmdline and powershell on a pc (recent past).

Hope this helps,
Frank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant