LACMTA / metro-api-v2

Docs: https://lacmta.github.io/metro-api-v2/ Dev: https://dev-metro-api-v2.ofhq3vd1r7une.us-west-2.cs.amazonlightsail.com/docs
https://api.metro.net/docs
0 stars 3 forks source link

Refactor get_route_overview function to group and sort results by route_type #541

Closed albertkun closed 3 months ago

albertkun commented 3 months ago

This pull request refactors the get_route_overview function in main.py to group the results by route_type and sort the routes within each route_type by display_order. This improves the organization and presentation of the data returned by the function.