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

Detect from GTFS that NeTEx identifiers were used #68

Open skinkie opened 1 month ago

ue71603 commented 1 month ago

Do you have ideas on how to do that?

skinkie commented 1 month ago

I implemented some string based matching hence if the ObjectName was found in the id, it is copied. But I was searching for the GTFS export that actually used things like StopArea. I thought it was from France. The code obviously works on our own exports, but I wanted to test it on something different.