forked from ual/activitysim
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
working up through generate_beam_plans
- Loading branch information
Showing
6 changed files
with
398 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
activitysim/examples/prototype_mtc/configs/annotate_landuse.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Description,Target,Expression | ||
#,, annotate landuse table after import | ||
household_density,household_density,land_use.TOTHH / (land_use.RESACRE + land_use.CIACRE) | ||
employment_density,employment_density,land_use.TOTEMP / (land_use.RESACRE + land_use.CIACRE) | ||
household_density,household_density,land_use.TOTHH / (land_use.TOTACRE) | ||
employment_density,employment_density,land_use.TOTEMP / (land_use.TOTACRE) | ||
density_index,density_index,(household_density *employment_density) / (household_density + employment_density).clip(lower=1) | ||
,is_cbd,land_use.area_type == 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.