ad-freiburg / pfaedle

Precise map-matching for public transit feeds. Generates high-quality GTFS shapes from OSM data.
GNU General Public License v3.0
208 stars 29 forks source link

stops.txt: support boarding areas & generic nodes? #27

Closed derhuerst closed 2 years ago

derhuerst commented 3 years ago

Currently, running pfaedle on a feed that contains boarding areas (location_type=4) or generic nodes (location_type=3), e.g. sample-gtfs-feed@0.10.1, fails because pfaedle always requires a stop_name.

Do you think it will be possible to support these?


Thanks for this great tool BTW!

patrickbr commented 2 years ago

This should now be possible with https://github.com/ad-freiburg/pfaedle/commits/master (which now also supports ZIP parsing and writing).

derhuerst commented 2 years ago

for the record: