Get OSM routes geometry considering gtfs:trip_id match
Source:R/query_osm_trips_to_routes.R
osm_trips_to_routes.Rd
Get OSM routes geometry considering gtfs:trip_id match
Value
A sf
data.frame
with the following columns:
trip_id
, thetrip_id
attribute fromtrips.txt
file.osm_id
, theosm_id
attribute from OSM route relation.geometry
, the geometrical data for the OSM route relation.