-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make ÖV-Güteklassen und Station count more flexible #1572
Comments
This should affect the following endpoints: goat/app/api/src/endpoints/v1/indicators.py Lines 184 to 240 in 1fc0bdd
goat/app/api/src/endpoints/v1/indicators.py Lines 241 to 299 in 1fc0bdd
And for the first one, if I get it well, we need to get study_area_id as a list, so, if we get study_area_id as a list, then it should be return calculation as a list as well. |
@majkshkurti |
@metemaddar That will break the client implementation as we use a get request for all indicators. |
Goal of this issue
Currently, the user can only compute these indicators for one study area.
Resources
count_pt_service_stations()
goat/app/api/src/crud/crud_indicator.py
Lines 629 to 652 in 1fc0bdd
compute_oev_gueteklassen()
goat/app/api/src/crud/crud_indicator.py
Lines 654 to 778 in 1fc0bdd
Deliverables
Add options to endpoints.
Branch to derive
Dev
Branch to push feature/oev-guetklasse-flexible
The text was updated successfully, but these errors were encountered: