copy_gtfs_without_field: Make a GTFS copy without a given field from a given file
Description
Creates a copy of a GTFS object without a given field from a given file. Used
for testing.
Usage
copy_gtfs_without_field(gtfs, file, field)
Value
A GTFS object without the given field.
Arguments
- gtfs
A GTFS object, as created by read_gtfs()
.
- file
File from which the field must be removed.
- field
Field to be removed.