Skip to content

Shared cost factor only applied to parking cost #138

Description

@aber-sandag

costFactorS2 and costFactorS3 are applied only to parking cost, should be applied to all auto costs for shared rides

util_Shared ride 2 - Parking cost ,Shared ride 2 - Parking cost ,"@(df.parkingCost * df.costFactorS2 * df.autoParkingCostFactor)/(np.maximum(df.income,1000)**df.income_exponent)",,coef_income,,,,,,,,,,,,,,,,,,,,,

Also looks like cost_share_s2 and cost_share_s3 used for non-resident models has inconsistent value. cost_share_s2 is 2 in crossborder/constants.yaml but 0.57 in common/constants.yaml. As a result, shared 2 parking cost is currently divided by 0.57 in visitor model. (Value is overwritten with 2 for visitor but is inconsistent with tour mode choice, see replies)

cost_share_s2: 0.57

util_S2_park_cost,Shared ride 2 HOV - Parking cost,@df.coef_cost * df.autoParkingCostFactor * df.parking_cost / cost_share_s2,,coef_one,,,,,,,,,

Shared cost factor appears to be missing completely from airport model

util_park2_parkcost,Parking cost at parking location 2,@(df['nights']*parkLocation2CostDay + parkLocation2CostDay)*100,,coef_c_cost,,,,,,,,,,,,,,,,,,,,,,,,,,

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions