# Generated by roxygen2: do not edit by hand

S3method(GTFSwizard::as_wizardgtfs,list)
S3method(GTFSwizard::as_wizardgtfs,tidygtfs)
S3method(GTFSwizard::explore_gtfs,list)
S3method(GTFSwizard::explore_gtfs,wizardgtfs)
S3method(GTFSwizard::get_shapes_sf,data.frame)
S3method(GTFSwizard::get_shapes_sf,gtfs)
S3method(GTFSwizard::get_shapes_sf,list)
S3method(GTFSwizard::get_shapes_sf,wizardgtfs)
S3method(GTFSwizard::get_stops_sf,data.frame)
S3method(GTFSwizard::get_stops_sf,gtfs)
S3method(GTFSwizard::get_stops_sf,list)
S3method(GTFSwizard::get_stops_sf,wizardgtfs)
S3method(GTFSwizard::selection,list)
S3method(GTFSwizard::selection,wizardgtfs)
S3method(GTFSwizard::selection,wizardgtfs_selected)
S3method(GTFSwizard::unselection,wizardgtfs)
S3method(GTFSwizard::unselection,wizardgtfs_selected)
S3method(GTFSwizard::write_gtfs,dt_gtfs)
S3method(GTFSwizard::write_gtfs,list)
S3method(GTFSwizard::write_gtfs,tidygtfs)
S3method(GTFSwizard::write_gtfs,wizardgtfs)
S3method(base::plot,wizardgtfs)
S3method(base::print,summary.wizardgtfs)
S3method(base::print,wizardgtfs)
S3method(base::summary,wizardgtfs)
export(as_wizardgtfs)
export(create_gtfs)
export(delay_trip)
export(edit_dwelltime)
export(edit_speed)
export(explore_gtfs)
export(filter_date)
export(filter_route)
export(filter_service)
export(filter_servicepattern)
export(filter_stop)
export(filter_time)
export(filter_trip)
export(get_1stdeparture)
export(get_corridor)
export(get_distances)
export(get_durations)
export(get_dwelltimes)
export(get_fleet)
export(get_frequency)
export(get_headways)
export(get_hubs)
export(get_servicepattern)
export(get_shapes)
export(get_shapes_df)
export(get_shapes_sf)
export(get_speeds)
export(get_stops_sf)
export(latlon2epsg)
export(merge_gtfs)
export(plot_calendar)
export(plot_corridor)
export(plot_frequency)
export(plot_headways)
export(plot_hubs)
export(plot_routeduration)
export(plot_routefrequency)
export(plot_serviceheatmap)
export(plot_servicespan)
export(plot_servicesupply)
export(read_gtfs)
export(selection)
export(set_dwelltime)
export(split_trip)
export(tidy_raptor)
export(unselection)
export(write_gtfs)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,reframe)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_linedraw)
importFrom(sf,"st_crs<-")
importFrom(sf,st_contains)
importFrom(sf,st_crosses)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_equals)
importFrom(sf,st_intersects)
importFrom(sf,st_length)
importFrom(sf,st_overlaps)
importFrom(sf,st_point)
importFrom(sf,st_sfc)
importFrom(sf,st_touches)
importFrom(sf,st_within)
