Skip to content

A data conversion tool to help user parse "bin" TransCAD file without installing TransCAD

Notifications You must be signed in to change notification settings

jinsanity07git/TransCAD_bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransCAD_bin

A data conversion tool to help user parse "bin" TransCAD file without installing TransCAD

Guidance

├── 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 the DCB and bin file without suffix eg. "BOSTON"
convert(fname = "BOSTON" )

Note:

  • Use Python 3 as the runtime environment
  • Use pandas version later than 1.0.1

About

A data conversion tool to help user parse "bin" TransCAD file without installing TransCAD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published