A data conversion tool to help user parse "bin" TransCAD file without installing TransCAD
βββ bin2df.py ## execution script
βββ input ## sample input file
βΒ Β βββ BOSTON.DCB
βΒ Β βββ BOSTON.bin
βββ output ## corresponding output file
βΒ Β βββ BOSTON.csv
βββ transcad ## supporting parsing pacakge
User-specified parameter:
fname: input the name of theDCBandbinfile without suffix eg. "BOSTON"
convert(fname = "BOSTON" )Note:
- Use Python 3 as the runtime environment
- Use pandas version later than 1.0.1