skinkie / reference

Personal repository where I collect working examples to understand inner workings while building PyNeTExConv
GNU Affero General Public License v3.0
1 stars 1 forks source link

blablacar bus did not have a feed_end_date => program stopped #35

Closed ue71603 closed 2 months ago

ue71603 commented 3 months ago

Is this your expected outcome? If yes, then we will have to specify, that we really need a full feed_info.txt.

ue71603 commented 3 months ago

However, gtfs_import_to_db went smoothly. the error occured in gtfs_convert_to_db

skinkie commented 3 months ago

However, gtfs_import_to_db went smoothly. the error occured in gtfs_convert_to_db

Want to test it.

ue71603 commented 3 months ago

updated feed_end_date. then it worked

ue71603 commented 3 months ago

gtfs.zip

ue71603 commented 3 months ago

..already with updated feed_info.txt (was missing the last column originally (header and data column)

ue71603 commented 3 months ago

was: feed_info.txt

skinkie commented 3 months ago

So it was feed_info, but in this case with missing values. I would then say we must update this function, so it can add the missing recommended values. https://github.com/skinkie/reference/blob/master/gtfs-netex-test/gtfs_import_to_db.py#L159C27-L160C1