You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 labelled householdIncome. 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 is householdIncome in the Paris East sim, the user only receives intermediate outputs by subpopulation, so we can't validate the percentile income functionality.
The text was updated successfully, but these errors were encountered:
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.
divyasharma-arup
changed the title
Affordability KPI "income" column
Affordability KPI "income" column & Total Monetary Cost
Mar 15, 2024
for the income column, we could just look to find a column that has a mention of income in the name, so it could be 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.The text was updated successfully, but these errors were encountered: