We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77c1740 + b884496 commit fcc383aCopy full SHA for fcc383a
baus/datasources.py
@@ -699,7 +699,7 @@ def get_dev_projects_table(scenario, parcels):
699
# requires the user has MTC's urban_data_internal
700
# repository alongside bayarea_urbansim
701
urban_data_repo = ("../urban_data_internal/development_projects/")
702
- file = "2020_1117_1305_development_projects.csv"
+ file = "2020_1119_1147_development_projects.csv"
703
print('Version of development_projects: {}'.format(file))
704
current_dev_proj = (file)
705
orca.add_injectable("dev_proj_file", current_dev_proj)
0 commit comments