Package: gtfsio 1.2.1.900

gtfsio: Read and Write General Transit Feed Specification (GTFS) Files
Tools for the development of packages related to General Transit Feed Specification (GTFS) files. Establishes a standard for representing GTFS feeds using R data types. Provides fast and flexible functions to read and write GTFS feeds while sticking to this standard. Defines a basic 'gtfs' class which is meant to be extended by packages that depend on it. And offers utility functions that support checking the structure of GTFS objects.
Authors:
gtfsio_1.2.1.900.tar.gz
gtfsio_1.2.1.900.zip(r-4.7)gtfsio_1.2.1.900.zip(r-4.6)gtfsio_1.2.1.900.zip(r-4.5)
gtfsio_1.2.1.900.tgz(r-4.6-any)gtfsio_1.2.1.900.tgz(r-4.5-any)
gtfsio_1.2.1.900.tar.gz(r-4.7-any)gtfsio_1.2.1.900.tar.gz(r-4.6-any)
gtfsio_1.2.1.900.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
gtfsio/json (API)
NEWS
| # Install 'gtfsio' in R: |
| install.packages('gtfsio', repos = c('https://r-transit.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-transit/gtfsio/issues
Pkgdown/docs site:https://r-transit.github.io
- gtfs_reference - GTFS reference
Last updated from:b1e69736a1. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 120 | ||
| source / vignettes | OK | 159 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 124 | ||
| macos-oldrel-arm64 | OK | 78 | ||
| windows-devel | OK | 111 | ||
| windows-release | OK | 227 | ||
| windows-oldrel | OK | 116 | ||
| wasm-release | OK | 117 |
Exports:assert_field_classassert_field_existsassert_file_existsassert_gtfscheck_field_classcheck_field_existscheck_file_existsexport_gtfsget_gtfs_standardsimport_gtfsnew_gtfs
Dependencies:data.tablefsjsonlitezip
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Subset a GTFS object | [.gtfs |
| GTFS object validator | assert_gtfs |
| Check the classes of fields in a GTFS object element | assert_field_class check_field_class |
| Check the existence of fields in a GTFS object element | assert_field_exists check_field_exists |
| Check the existence of text files in a GTFS object | assert_file_exists check_file_exists |
| Export GTFS objects | export_gtfs |
| Generate GTFS standards (deprecated) | get_gtfs_standards |
| GTFS reference | gtfs_reference |
| Import GTFS transit feeds | import_gtfs |
| GTFS object constructor | new_gtfs |
| Print a GTFS object | print.gtfs |
| Print summary of a GTFS object | summary.gtfs |
