Skip to content

Commit fcc383a

Browse files
authored
Merge pull request #271 from BayAreaMetro/add_devproj
update dev proj
2 parents 77c1740 + b884496 commit fcc383a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baus/datasources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def get_dev_projects_table(scenario, parcels):
699699
# requires the user has MTC's urban_data_internal
700700
# repository alongside bayarea_urbansim
701701
urban_data_repo = ("../urban_data_internal/development_projects/")
702-
file = "2020_1117_1305_development_projects.csv"
702+
file = "2020_1119_1147_development_projects.csv"
703703
print('Version of development_projects: {}'.format(file))
704704
current_dev_proj = (file)
705705
orca.add_injectable("dev_proj_file", current_dev_proj)

0 commit comments

Comments
 (0)