Absolutely great idea. which properties would I see in the catalogue? Are those properties the field names of the GTFS?
- route_short_name aka OSM’s ref
- route_id
- route_name aka OSM’s name
- …
Do I understand this right? Is this an AND filter and what does “inside=yes” mean?
@bus
@inside=yes
@route_short_name~^2[0-9][0-9][^0-9]*$
@route_id~^mvv
# data goes here...
@@
to exclude any 2xx bus which is not maintained by “MVV”, our local ‘network’ here. Their route_id starts with ‘mvv’
Background: our OSM-Wiki-CSV will be “filled” from 2 GTFS sources DE-BY-MVG (city) and DE-BY-MVV (region) for the same ‘network’=‘MVV’. There are no conflicting bus numbers at the moment, but: you’ll never know
Mmh: “gtfs2ptna-routes.py” or “gtfs-to-ptna-csv.py”