Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 815 Bytes

transitland_diff.md

File metadata and controls

30 lines (20 loc) · 815 Bytes

transitland diff

Calculate difference between two feeds, writing output in a GTFS-like format

Synopsis

Calculate difference between two feeds, writing output in a GTFS-like format

This command is experimental; it may provide incorrect results or crash on large feeds.

transitland diff [flags] <feed1> <feed2> <output>

Options

      --added     Show entities added in second file
      --deleted   Show entities deleted from first file
      --diff      Show entities present in both files but different
  -h, --help      help for diff
      --raw       Diff based on raw CSV contents
      --same      Show entities present in both files and identical

SEE ALSO

Auto generated by spf13/cobra on 13-Dec-2024