psrc / urbansim2

3 stars 0 forks source link

ELCM specification for remaining submodels (9-17) #55

Closed hanase closed 7 years ago

hanase commented 7 years ago

Part of #10.

hanase commented 7 years ago

Submodel 9 - Utilities: trip_weighted_average_time_hbw_from_home_am_drive_alone + is_commercial + is_office + np.log1p(avg_income) + np.log1p(jobs_within_30_min_tt_hbw_am_drive_alone) + np.log1p(building_sqft) + np.log1p(unit_price_trunc)

Submodel 10 - Telecomunication: ``is_commercial + is_industrial + is_near_arterial + is_near_highway + is_office + is_tcu + np.log1p(avg_income) + np.log1p(jobs_within_30_min_tt_hbw_am_drive_alone) + np.log1p(number_of_jobs_per_acre) + np.log1p(generalized_cost_hbw_am_drive_alone_to_bellevue_cbd) +

Submodel 11 - Other Information: trip_weighted_average_time_hbw_from_home_am_drive_alone + is_inside_urban_growth_boundary + is_commercial + is_industrial + is_mixed_use + is_near_highway + is_office + np.log1p(avg_income) + np.log1p(jobs_within_30_min_tt_hbw_am_drive_alone) + np.log1p(number_of_jobs_per_acre) + np.log1p(population_per_acre) + np.log1p(empden_zone_sector(11, building_zone_id)) + np.log1p(unit_price_trunc)

Submodel 12 - Financial activities: trip_weighted_average_time_hbw_from_home_am_drive_alone + is_commercial + is_mixed_use + is_near_highway + is_office + np.log1p(avg_income) + np.log1p(jobs_within_30_min_tt_hbw_am_drive_alone) + np.log1p(generalized_cost_hbw_am_drive_alone_to_bellevue_cbd) + np.log1p(population_per_acre) + np.log1p(empden_zone_sector(12, building_zone_id)) + np.log1p(unit_price_trunc)

Submodel 13 - Professional and business services: trip_weighted_average_time_hbw_from_home_am_drive_alone + is_inside_urban_growth_boundary + is_industrial + is_mixed_use + is_near_arterial + is_near_highway + is_office + np.log1p(avg_income) + np.log1p(jobs_within_30_min_tt_hbw_am_drive_alone) + np.log1p(number_of_jobs_per_acre) + np.log1p(population_per_acre) + np.log1p(empden_zone_sector(13, building_zone_id)) + np.log1p(unit_price_trunc)

Submodel 14 - Food services and drinking places: is_inside_urban_growth_boundary + is_commercial + is_mixed_use + is_near_arterial + is_office + np.log1p(avg_income) + np.log1p(jobs_within_30_min_tt_hbw_am_drive_alone) + np.log1p(number_of_jobs_per_acre) + np.log1p(population_per_acre) + np.log1p(empden_zone_sector(14, building_zone_id)) + np.log1p(unit_price_trunc)

Submodel 15 - Educational services: trip_weighted_average_time_hbw_from_home_am_drive_alone + is_inside_urban_growth_boundary + is_commercial + is_industrial + is_near_arterial + is_near_highway + np.log1p(avg_income) + np.log1p(jobs_within_30_min_tt_hbw_am_drive_alone) + np.log1p(number_of_jobs_per_acre) + np.log1p(population_per_acre) + np.log1p(empden_zone_sector(15, building_zone_id)) + np.log1p(unit_price_trunc)

Submodel 16 - Health services: trip_weighted_average_time_hbw_from_home_am_drive_alone + is_inside_urban_growth_boundary + is_near_arterial + is_office + np.log1p(avg_income) + np.log1p(jobs_within_30_min_tt_hbw_am_drive_alone) + np.log1p(number_of_jobs_per_acre) + np.log1p(generalized_cost_hbw_am_drive_alone_to_bellevue_cbd) + np.log1p(population_per_acre) + np.log1p(empden_zone_sector(16, building_zone_id)) + np.log1p(unit_price_trunc)

Submodel 17 - Other services: is_commercial + is_industrial + is_mixed_use + is_near_arterial + is_office + np.log1p(avg_income) + np.log1p(jobs_within_30_min_tt_hbw_am_drive_alone) + np.log1p(number_of_jobs_per_acre) + np.log1p(generalized_cost_hbw_am_drive_alone_to_bellevue_cbd) + np.log1p(empden_zone_sector(17, building_zone_id)) + np.log1p(unit_price_trunc)