SEMCOG / semcog_urbansim

7 stars 6 forks source link

Updated ELCM configs by sector and large area #16

Closed janowicz closed 7 years ago

janowicz commented 7 years ago

These ELCM model configuration files are from an autospec run based on the latest employment data. Each ELCM submodel pertains to a particular sector_id/large_area_id combo.

Eh2406 commented 7 years ago

Hi, just wondering why alts_fit_filters differs from alts_predict_filters?

alts_fit_filters: (non_residential_sqft>0) & (large_area_id == 3)
alts_predict_filters: large_area_id == 3
janowicz commented 7 years ago

@Eh2406 Good question. In simulation, the alternatives are really individual vacant job spaces, and each vacant jobs space by definition represents a chunk of nonres-sqft (depending on building-sqft-per-job), and so no filter on non_residential_sqft is needed: each alternative has sqft by definition.

Eh2406 commented 7 years ago

Ok, thanks!