agentsoz / synthetic-population

Full synthetic population for Melbourne's 4+ million residents
11 stars 4 forks source link

Update program to read and write either gz or csv file formats #5

Closed wniroshan closed 6 years ago

wniroshan commented 6 years ago

The program reads and writes files primarily in .csv format. It is preferred to save files in .gz format to save space. The program needs to be updated to read and write files in .gz format to facilitate this.

wniroshan commented 6 years ago

Updated the program to read and write csv.gz files.