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.
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.
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