Import feed versions
Import feed versions
Use after the fetch
command
tlserver import [flags] [feeds...]
--activate Set as active feed version after import
--create-missing-shapes Create missing Shapes from Trip stop-to-stop geometries
--date string Service on date
--dburl string Database URL (default: $TL_DATABASE_URL)
--deduplicate-stop-times Deduplicate StopTimes using Journey Patterns
--dryrun Dry run; print feeds that would be imported and exit
--ext strings Include GTFS Extension
--fail Exit with error code if any fetch is not successful
--fetched-since string Fetched since
--fv-sha1 strings Feed version SHA1
--fv-sha1-file string Specify feed version IDs by SHA1 in file, one per line
--fvid strings Import specific feed version ID
--fvid-file string Specify feed version IDs in file, one per line; equivalent to multiple --fvid
-h, --help help for import
--interpolate-stop-times Interpolate missing StopTime arrival/departure values
--latest Only import latest feed version available for each feed
--limit int Import at most n feeds
--normalize-timezones Normalize timezones and apply default stop timezones based on agency and parent stops
--simplify-calendars Attempt to simplify CalendarDates into regular Calendars
--simplify-shapes float Simplify shapes with this tolerance (ex. 0.000005)
--storage string Storage location; can be s3://... az://... or path to a directory (default ".")
--workers int Worker threads (default 1)
- tlserver -