Package: gtfsio 1.2.0.9000
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.0.9000.tar.gz
gtfsio_1.2.0.9000.zip(r-4.5)gtfsio_1.2.0.9000.zip(r-4.4)gtfsio_1.2.0.9000.zip(r-4.3)
gtfsio_1.2.0.9000.tgz(r-4.4-any)gtfsio_1.2.0.9000.tgz(r-4.3-any)
gtfsio_1.2.0.9000.tar.gz(r-4.5-noble)gtfsio_1.2.0.9000.tar.gz(r-4.4-noble)
gtfsio_1.2.0.9000.tgz(r-4.4-emscripten)gtfsio_1.2.0.9000.tgz(r-4.3-emscripten)
gtfsio.pdf |gtfsio.html✨
gtfsio/json (API)
NEWS
# Install 'gtfsio' in R: |
install.packages('gtfsio', repos = c('https://dhersz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-transit/gtfsio/issues
- gtfs_reference - GTFS reference
Last updated 21 days agofrom:715811cc2e. Checks:OK: 1 NOTE: 6. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 14 2024 |
R-4.5-win | NOTE | Oct 14 2024 |
R-4.5-linux | NOTE | Oct 14 2024 |
R-4.4-win | NOTE | Oct 14 2024 |
R-4.4-mac | NOTE | Oct 14 2024 |
R-4.3-win | NOTE | Oct 14 2024 |
R-4.3-mac | NOTE | Oct 14 2024 |
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 | 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 |