Skip to content

Commit

Permalink
update development projects list 2020_1112_2041
Browse files Browse the repository at this point in the history
https://github.com/BayAreaMetro/urban_data_internal/pull/23

update dp: regionwide renovation projects removal + Mark's public land projects
fix geom_id issue
  • Loading branch information
theocharides committed Nov 14, 2020
1 parent 564474e commit 0fabc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baus/datasources.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def get_dev_projects_table(scenario, parcels):
# requires the user has MTC's urban_data_internal
# repository alongside bayarea_urbansim
urban_data_repo = ("../urban_data_internal/development_projects/")
file = "2020_1030_1216_development_projects.csv"
file = "2020_1112_2041_development_projects.csv"
print('Version of development_projects: {}'.format(file))
current_dev_proj = (file)
orca.add_injectable("dev_proj_file", current_dev_proj)
Expand Down

0 comments on commit 0fabc52

Please sign in to comment.