agentsoz / synthetic-population

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

Change output directory structure to indicate SA2 #4

Closed wniroshan closed 6 years ago

wniroshan commented 6 years ago

At the moment program output is saved to a directory and does not indicate the SA2s in the population. This needs to be changed to the following structure:

data
  output
    <SA2>
      Persons file
      Families file
      Households file
      Addresses file with households mapped
    <Sa2>
       ....

The program needs to retain its ability to produce the output as a one large file when needed.

wniroshan commented 6 years ago

Updated population construction Java code according to the new file structure. The latest structure is as follows:

data
  melbourne
    generated
      SA2
        <SA2 Name>
          Persons file
          Families file
          Households file
          Addresses file with households mapped
          Summarised persons types and household types distribution in the generated population
        <SA2 Name>
        ....