Description Usage Arguments Value Examples
View source: R/gu_routes_shapes.R
Returns a sf object with the GTFS' routes shapes.
1 | gu_routes_shapes(gtfs, crs, sep = ",")
|
gtfs |
The path to the GTFS file from which you want to retrieve the routes shapes. |
crs |
The desired CRS of the sf object (something suitable as input to
|
sep |
The delimiter used to separate each entry in the txt files within
the GTFS. Defaults to |
A sf with shape_id
and geom
columns.
1 | gu_routes_shapes(gtfs = "./data/rio_gtfs.zip", crs = 4674, sep = ";")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.