Skip to content

Commit bf88b0c

Browse files
committed
docs: remove obsolete user personalized request body example
1 parent a2636fc commit bf88b0c

1 file changed

Lines changed: 0 additions & 39 deletions

File tree

  • src/sum_impact_assessment/api/routes

src/sum_impact_assessment/api/routes/jobs.py

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,6 @@ def trigger_job(
7070
}
7171
}
7272
},
73-
"mcda_qualitative_user_personalized": {
74-
"summary": "Qualitative MCDA Analysis for user-personalized perspective",
75-
"description": "Run MCDA analysis with user-personalized stakeholder weights, from qualitative data from expert surveys",
76-
"value": {
77-
"params": {
78-
"perspective": "user_personalized",
79-
"goals_weights": {
80-
"Improve Accessibility": 0.12,
81-
"Improve Mobility Service": 0.16,
82-
"Improve Multimodality": 0.13,
83-
"Noise Hinderance": 0.07,
84-
"Improve Public Transport": 0.12,
85-
"Reduction of Congestion": 0.15,
86-
"Reduction of Emission": 0.14,
87-
"Improve Safety": 0.11
88-
}
89-
}
90-
}
91-
},
9273
"mcda_qualitative_regulatory_perspective": {
9374
"summary": "Qualitative MCDA Analysis for regulatory perspective",
9475
"description": "Run MCDA analysis with regulatory stakeholder weights, from qualitative data from expert surveys",
@@ -160,26 +141,6 @@ def trigger_job(
160141
}
161142
}
162143
},
163-
"mcda_quantitative_user_personalized": {
164-
"summary": "Quantitative MCDA Analysis for user-personalized perspective",
165-
"description": "Run MCDA analysis with user-personalized stakeholder weights, from Quantitative data from KPI/measures impact analysis",
166-
"value": {
167-
"params": {
168-
"perspective": "user_personalized",
169-
"kpi_group_type": "MCDA_GOALS",
170-
"goals_weights": {
171-
"Improve Accessibility": 0.12,
172-
"Improve Mobility Service": 0.16,
173-
"Improve Multimodality": 0.13,
174-
"Noise Hinderance": 0.07,
175-
"Improve Public Transport": 0.12,
176-
"Reduction of Congestion": 0.15,
177-
"Reduction of Emission": 0.14,
178-
"Improve Safety": 0.11
179-
}
180-
}
181-
}
182-
},
183144
"mcda_quantitative_regulatory_perspective": {
184145
"summary": "Quantitative MCDA Analysis for regulatory perspective",
185146
"description": "Run MCDA analysis with regulatory stakeholder weights, from quantitative data form KPI/measures impact analysis",

0 commit comments

Comments
 (0)