We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
70% homes 20% shops 10% schools
homes: 8 units shops: 1 units schools: 8 units
So: if no distribution is specified, we use one from a file depending on locations.
The text was updated successfully, but these errors were encountered:
Example JSON section of the scenario file (prior to policy section):
scenario
"locations": { "type": "named", "spec": "poisson" }
Another example, with the locations above:
"locations": { "type": "given", "spec": { "proportions": { "homes": 0.7, "shops": 0.2, "schools": 0.1 }, "dwell": { "homes": 8, "shops": 2, "schools": 4 }, } },
Sorry, something went wrong.
boda26
Successfully merging a pull request may close this issue.
Example:
70% homes
20% shops
10% schools
homes: 8 units
shops: 1 units
schools: 8 units
So: if no distribution is specified, we use one from a file depending on locations.
The text was updated successfully, but these errors were encountered: