-
Notifications
You must be signed in to change notification settings - Fork 22
/
_pkgdown.yml
63 lines (63 loc) · 1.41 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
reference:
- title: "Read and write GTFS feeds"
contents:
- read_gtfs
- write_gtfs
- title: "Travel time calculations"
contents:
- travel_times
- raptor
- filter_stop_times
- title: "Filter GTFS objects"
contents:
- filter_feed_by_date
- filter_feed_by_area
- filter_feed_by_stops
- filter_feed_by_trips
- filter_stops
- title: "Analyse GTFS objects"
contents:
- validate_gtfs
- set_servicepattern
- get_route_frequency
- get_stop_frequency
- summary.tidygtfs
- title: "Find and fix inconsistencies in feeds"
contents:
- interpolate_stop_times
- cluster_stops
- stop_group_distances
- stop_distances
- title: "Geospatial functions (sf)"
contents:
- gtfs_as_sf
- gtfs_transform
- shapes_as_sf
- stops_as_sf
- get_trip_geometry
- get_route_geometry
- sf_as_tbl
- title: "Helpers"
contents:
- as_tidygtfs
- na_to_empty_strings
- empty_strings_to_na
- plot.tidygtfs
- print.tidygtfs
- title: "Datasets"
contents:
- gtfs_duke
- route_type_names
navbar:
components:
articles:
text: Articles
menu:
- text: "Introduction to tidytransit"
href: articles/introduction.html
- text: "Service Patterns and Calendar Schedules"
href: articles/servicepatterns.html
- text: "Generate a Departure Timetable"
href: articles/timetable.html
- text: "Transit (GTFS) Service & Headway Mapping with R"
href: articles/frequency.html