Open divyasharma-arup opened 8 months ago
Also, a note that when trying this on the leg_logs from: gelato alpha 0.03, with outputs saved here: /mnt/efs/analysis/ds/gelato_outputs/baseline_30pct
, I get a total_daily_monetary_cost
of €523,450 as a straight sum from the legs
table, which I think is what Gelato is doing too. But Gelato returns €4,711,058, so there's some sort of discrepancy here in method that makes the average daily cost in Gelato outputs much higher than what I'm calculating from legs
table.
Some notes after a chat on slack:
income
, householdIncome
, hhld_income
etc.
Looking at the implementation for writing this KPI, I think it's looking for a column name
income
, but in the Paris East sim, it is actually labelledhouseholdIncome
. Is there a standard MATSim input column for income? Perhaps we should use that, or ask the user to enter what the column should be. Because it ishouseholdIncome
in the Paris East sim, the user only receives intermediate outputs by subpopulation, so we can't validate the percentile income functionality.