grote/osm2gtfs

script isn't compiling my creators

Closed this issue · 6 comments

I've been working on the script and building the creators for my city and i noticed that if i run the
script with the :

--refresh-all flags it work fine
but if i try to run it with out the flag the script doesn't work and i raise the " Should have implemented this"
like in the route_creator and in trips_creator.

so that tells me the script is not reading my creators and in my config.json i did specify the selector

"selector" : "irtramma"

any ideas why is this happening? i did run incofer with the data that james has in one of his repos and works fine.

grote commented

Could you please let me know which code you are trying to run with what command exactly?

python osm2gtfs.py -c creators/irtramma/irtramma.json

thats the one im trying to run.

grote commented

Thanks! That's the command. But what code do you run this on? This repo for example doesn't have a creators/irtramma/irtramma.json file.

i have a fork of the repo and i've been working there and i create a dir call irtramma and inside irtramma i have my 3 creators and my irtramma.json file too

We have successfully fixed this issue.

grote commented

Thanks for helping @jamescr! :)