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 theDCB
andbin
file without suffix eg. "BOSTON"
convert(fname = "BOSTON" )
Note:
- Use Python 3 as the runtime environment
- Use pandas version later than 1.0.1