Sadless74 / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

Load stop_times lazily #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a script doesn't need stop_times it shouldn't need to wait for it to be
loaded. For example, google_random_queries only really needs stops.txt. For
now the workaround is to rename stop_times.txt out of the way

Original issue reported on code.google.com by tom.brow...@gmail.com on 16 Jul 2008 at 12:02

GoogleCodeExporter commented 9 years ago
Loader.__init__ has a parameter load_stop_times. I'll mark this as fixed once 
it is 
used by google_random_queries. The real fix is loading data from a database.

Original comment by tom.brow...@gmail.com on 18 Sep 2009 at 5:21

GoogleCodeExporter commented 9 years ago
submitted in r1112

Original comment by tom.brow...@gmail.com on 3 Oct 2009 at 1:03