Hi! I'm aware this repo is deprecated in favour of v2, but I wondered if I could ask a question that I hope is relatively straightforward to answer: How can I add a feed (transport for london) when running this locally?
For context, I'm trying to run valhalla on a server, but I can't import transit data from transit.land because it gets rate limited. So I thought I'd run transitland-datastore locally to avoid the rate limiting. (Note that valhalla's transit data import tool is built against the v1 transit land api)
Following the local instructions, I've got the 9 sample feeds loaded, but I can't figure out how to add a feed (in my case, transport for london).
I've got dispatcher running alongside it, but when I add a gtfs url (e.g. https://storage.googleapis.com/teleport-gtfs/tflgtfs_nobus.zip) to /feeds/bulk-add, it says "Not found in Transitland" and gives me a link to "Add to Feed Registry" on transit.land (https://transit.land/feed-registry/feeds/new?feedUrl=https://storage.googleapis.com/teleport-gtfs/tflgtfs_nobus.zip), a route that I can see is not in dispatcher.
I hope I'm on the right track, and I appreciate your time in reading/replying!