WRI-Cities / static-GTFS-manager

GUI interface for creating, editing, exporting of static GTFS data for a public transit authority
GNU General Public License v3.0
147 stars 46 forks source link

Unable to get a drop down option for calender service on Trip, Stop_times page #161

Closed shivam-a closed 4 years ago

shivam-a commented 4 years ago

Operating system

Windows 10, 64 bit

Python version

Python 3.7.5 Also, confirm if you were running it in a virtual environment. If not, then please follow the instructions in wiki, try running it in virtual environment then get back here.

Or mention if you're just double-clicking the .exe, or running it on a website like herokuapp. ---> Ran through Docker

Problem description

I am unable to get a dropdown list for Calender.txt.service_id as shown in the screenshot, even though I have the WKD, SUN data loaded in the Calender database

trip

calender

If running in windows with the .exe, you can start command prompt, navigate to your working folder and run GTFSManager.exe from there. You will be able to copy the console outputs if your program is terminating.

Expected Action

I should see the service_id with options WKD and SUN from the Calender database.

Q: What is the size of the dataset : how many lines in stops.txt, routes.txt and stop_times.txt?
A: 286 stops, 12 routes, 572 stop_times

Q: Are you starting a new feed from scratch and haven't filled in any of the other files like calendar.txt?
A: Yes starting from scratch.

joriscode commented 4 years ago

I'm having the same issue here.

joriscode commented 4 years ago

The issue comes from outdated calendars, I've updated the dates: Problem solved!