mapnificent / mapnificent_cities

City data repository for mapnificent.net
https://www.mapnificent.net
49 stars 42 forks source link

Using 'nantes open data' instead of 'transitfeed' #20

Closed MathieuDreano closed 6 years ago

MathieuDreano commented 6 years ago

The transitfeed's feed is empty, hence no data is displayed on the map.

url: https/api.transitfeeds.com/v1/getLatestFeedVersion?key=6fbe365a-00b6-4810-a2bc-eaa4be57040c&feed=semitan%2F592

response: {"status":"OTHER","ts":1511199822,"msg":"No feed versions found for this feed."}

stefanw commented 6 years ago

The problem here is that the ZIP file at data.nantes.fr does not contain the actual data, but contains a sort of README and another zip file with the actual data. I suspect that's why automatic processing at transitfeeds.com fails. @MathieuDreano could you contact the people at data.nantes.fr and inform them of the problem? They can always include the README-like file inside the zip file next to the rest of the data files.

I will work around this for now, but will not support an extra step for this dataset in the future.