-
Notifications
You must be signed in to change notification settings - Fork 6
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
residential_developer
step target_units
#34
Labels
Comments
When that happens, can we decrement the target_vacancy by increments of 0.01, until there is enough HU supply?
From: tianxie ***@***.***>
Sent: Thursday, June 16, 2022 3:02 PM
To: SEMCOG/semcog_urbansim ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [SEMCOG/semcog_urbansim] `residential_developer` step `target_units` (Issue #34)
In the residential_developer step, current target_units is calculated by
https://github.com/SEMCOG/semcog_urbansim/blob/53212be07bc18f2a80a72766fe813704e1703630/models.py#L1324
and not taking the under-developing mcd_total_forecast table into account. So after the residential model step, it may still be possible for some MCDs to have insufficient HU supply for the HH target. Are we expecting this to happen?
—
Reply to this email directly, view it on GitHub<#34>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADB4VUDAQY3Z7DANKXD4ZF3VPN2ZFANCNFSM5Y7YIHSA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.******@***.***>>
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
|
That's a good idea. But I think instead of decreasing, for MCDs which need more HU supply, the target vacancy should be increased so |
Isn’t num_agents households? So you are releasing HU based on vacancy as opposed to placing HH.
From: tianxie ***@***.***>
Sent: Thursday, June 16, 2022 4:03 PM
To: SEMCOG/semcog_urbansim ***@***.***>
Cc: Uppalapati, Sirisha ***@***.***>; Comment ***@***.***>
Subject: Re: [SEMCOG/semcog_urbansim] `residential_developer` step `target_units` (Issue #34)
That's a good idea. But I think instead of decreasing, for MCDs which need more HU supply, the target vacancy should be increased so num_agents / (1 - target_vacancy) is larger.
—
Reply to this email directly, view it on GitHub<#34 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADB4VUCDF562PQJGRXUMTHLVPOCAPANCNFSM5Y7YIHSA>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
|
How about we use target HHs from MCD forecast to replace num_agents?
…________________________________
From: tianxie ***@***.***>
Sent: Thursday, June 16, 2022 4:03:19 PM
To: SEMCOG/semcog_urbansim
Cc: Subscribed
Subject: Re: [SEMCOG/semcog_urbansim] `residential_developer` step `target_units` (Issue #34)
That's a good idea. But I think instead of decreasing, for MCDs which need more HU supply, the target vacancy should be increased so num_agents / (1 - target_vacancy) is larger.
—
Reply to this email directly, view it on GitHub<#34 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABVYO7KAJN6WTHYKWIR4KO3VPOCAPANCNFSM5Y7YIHSA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
|
tianxie1995
added a commit
that referenced
this issue
Jun 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the
residential_developer
step, currenttarget_units
is calculated bysemcog_urbansim/models.py
Line 1324 in 53212be
and not taking the under-developing
mcd_total_forecast
table into account. So after the residential model step, it may still be possible for some MCDs to have insufficient HU supply for the HH target. Are we expecting this to happen?The text was updated successfully, but these errors were encountered: