Skip to content

Commit

Permalink
Merge pull request #307 from BayAreaMetro/s28_updates
Browse files Browse the repository at this point in the history
update dev proj for s28
  • Loading branch information
theocharides authored Mar 11, 2021
2 parents 37a4a9b + 6a2aad0 commit f12df25
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 @@ -739,7 +739,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 = "2021_0226_1609_development_projects.csv"
file = "2021_0309_1939_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 f12df25

Please sign in to comment.