psrc / urbansim2

3 stars 0 forks source link

Review parking rates #88

Open hanase opened 7 years ago

hanase commented 7 years ago

Needed for #16.

These should be parking rates for each building type. Currently we are using:

parking_rates = {
        "single_family_residential": 1.,
        "condo_residential": 1.,
        "multi_family_residential": 1.,
        "commercial": 2.,
        "office": 1., 
        "industrial": 0.6,
        "warehousing": 0.6,
        "tcu": 0.6
    }