gtfs_transform {tidytransit} | R Documentation |
Transform or convert coordinates of a gtfs feed
Description
Transform or convert coordinates of a gtfs feed
Usage
gtfs_transform(gtfs_obj, crs)
Arguments
gtfs_obj |
gtfs feed (tidygtfs object) |
crs |
target coordinate reference system, used by sf::st_transform |
Value
tidygtfs object with transformed stops and shapes sf dataframes
[Package tidytransit version 1.6.1 Index]