agentsoz / synthetic-population

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

Decouple step to create dwellings assignment #9

Closed dhixsingh closed 6 years ago

dhixsingh commented 6 years ago

To create the dwellings assignment for a given SA2, the script should take as input:

The output should be a households assignments (JSON) to known addresses in that SA2.

dhixsingh commented 6 years ago

Refer to notes in #22.

wniroshan commented 6 years ago

This is fixed as of commit ff3bccb

To map Vicmap addresses to SA1s and then assign households to addresses run java -jar addressmapper/target/addressmapper.jar addressmapper.properties -sh command from synthetic-population/populationbuilder directory. This program uses the population files generated with synthesis.jar, so the population must be synthesised prior to running this command.

To map addresses to SA1s without mapping households use -s command line argument instead of -sh.

If addresses are already mapped to SA1s, households can be assigned to addresses (dwellings) independently by specifying only -h.