skinkie / reference

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

Fixing master for different inputs #13

Closed ue71603 closed 2 months ago

ue71603 commented 2 months ago

adaptions needed for Flixbus

ue71603 commented 2 months ago

now working on AURA file.

ue71603 commented 2 months ago

perhaps handling of missing columns could be treated differently... During import missing columns could be added and filled with default values.

shape_dist_traveled is only optional.

ue71603 commented 2 months ago

works for AURA now too

ue71603 commented 2 months ago

SNCF TER processed

ue71603 commented 2 months ago

https://www.mobidata-bw.de/dataset/soll-fahrplandaten-baden-wurttemberg processed (without shapes) they forgot the header in trips.txt. added it and checked: route_id,service_id,trip_id,trip_short_name,trip_headsign,shape_id,direction_id,block_id,wheelchair_accessible

skinkie commented 2 months ago

I don't like it. What I would like to see what I mentioned before. Adding missing columns, not removing things from queries.

ue71603 commented 2 months ago

I don't like it. What I would like to see what I mentioned before. Adding missing columns, not removing things from queries.

Agreed,but this I was able to do in 5 mins. The other stuff is a bit harder and needs to be done during import. So you oppose mainly to: https://github.com/skinkie/reference/pull/13/commits/94387dd14d36abe5e1dd53082638bd7eb887a454

ue71603 commented 2 months ago

So, we can have

skinkie commented 2 months ago

I'll implement the full GTFS today.

ue71603 commented 2 months ago

thanks!

ue71603 commented 2 months ago

at least my commits are named correctly :-) and thanks

skinkie commented 2 months ago

Please check if this one is still relevant.

ue71603 commented 2 months ago

one should refresh from ustream first.