Skip to content
New issue

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

Add location types to the main model class #44

Open
nunezco2 opened this issue Jan 12, 2023 · 1 comment
Open

Add location types to the main model class #44

nunezco2 opened this issue Jan 12, 2023 · 1 comment
Assignees

Comments

@nunezco2
Copy link
Collaborator

No description provided.

@nunezco2 nunezco2 added this to the NPRE-580 functional milestone Jan 12, 2023
@nunezco2 nunezco2 self-assigned this Jan 12, 2023
@nunezco2
Copy link
Collaborator Author

nunezco2 commented Feb 13, 2023

Add new parameter corresponding to a JSON object with the following structure:

{
  "bars": 10,
  "homes": 50,
  "supermarkets": 10,
  "stores": 30
}

With this parameter, that goes into the model, create a new dictionary that contains the location type similar to how we register dwell times.

These values must be provided by the user of the model.

We use these values (percentages) to then generate the corresponding proportion of all locations. See how age and sex are generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants