hiposfer / o2g

A simple tool to extract GTFS feed from OpenStreetMap.
https://o2g.herokuapp.com/
MIT License
11 stars 2 forks source link

agency url not being filled #83

Closed carocad closed 6 years ago

carocad commented 6 years ago

follow up on https://github.com/hiposfer/osmtogtfs/pull/82

I have tried getting a gtfs feed with agency urls for several input files and they dont seem to work

This are the things that I have tried:

So far none of them give back the agency url, regardless of whether I use dummy or not :(

mehdisadeghi commented 6 years ago

I guess the query does not return url related tags that we have used to fetch agency urls.

carocad commented 6 years ago

@mehdisadeghi I thought that as well, however that would not explain why the tuebingen file didnt produce any results either :/

mehdisadeghi commented 6 years ago

@carocad

however that would not explain why the tuebingen file didnt produce any results either

It could be simply that there are no agency websites in the file. Currently we only check two extra tags for this: contact:website and url. When I try it with the usual Saarland file I get some urls.

mehdisadeghi commented 6 years ago

@carocad as discussed over Slack I close this. Please feel free to reopen in case you see any agency url information on a OSM relation which is not reflected in agency.txt file.