The following attributes are missing in the output SR15 land use file:
- exp_hourly
- exp_daily
- exp_monthly
- parking_type
- parking_spaces
The above attributes are generated from land use prep tool to SR15 land use file:
https://github.com/SANDAG/landuse_prep_tool/blob/main/2_ABM_Preprocess/run_preprocess.py#L78-L169
parking_type: https://github.com/SANDAG/landuse_prep_tool/blob/main/1_1_Parking/3_costs_estimation/estimate_parking_costs.py#L12-L130
expected parking cost: https://github.com/SANDAG/landuse_prep_tool/blob/main/1_1_Parking/3_costs_estimation/estimate_parking_costs.py#L203-L223
How do we get the missing parking attributes from SR14 land use file? In SR 14 land use file, we had parking cost (hourly, daily and monthly).
The following attributes are missing in the output SR15 land use file:
The above attributes are generated from land use prep tool to SR15 land use file:
https://github.com/SANDAG/landuse_prep_tool/blob/main/2_ABM_Preprocess/run_preprocess.py#L78-L169
parking_type: https://github.com/SANDAG/landuse_prep_tool/blob/main/1_1_Parking/3_costs_estimation/estimate_parking_costs.py#L12-L130
expected parking cost: https://github.com/SANDAG/landuse_prep_tool/blob/main/1_1_Parking/3_costs_estimation/estimate_parking_costs.py#L203-L223
How do we get the missing parking attributes from SR14 land use file? In SR 14 land use file, we had parking cost (hourly, daily and monthly).