From 0fabc52d93c68089e7a373be226e9c4efbb9ac2c Mon Sep 17 00:00:00 2001 From: Elizabeth Theocharides Date: Fri, 13 Nov 2020 23:43:00 -0800 Subject: [PATCH] update development projects list 2020_1112_2041 https://github.com/BayAreaMetro/urban_data_internal/pull/23 update dp: regionwide renovation projects removal + Mark's public land projects fix geom_id issue --- baus/datasources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baus/datasources.py b/baus/datasources.py index c628693a8..9f886198c 100644 --- a/baus/datasources.py +++ b/baus/datasources.py @@ -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)