Hi @liodali — osm_routing_client is the cleanest Dart-side OSRM consumer in the ecosystem. We've been thinking about how to compose it with winter-road tags now that OSRM accepted #7465 (winter_road / ice_road / surface=ice|snow tags upstream in car.lua).
We ship condition_aggregator_jma + noaa_nws_adapter + route_condition_forecast on pub.dev — meteorological-advisory aggregation + per-segment forecast — composable with a winter-aware OSRM profile via osm_routing_client for routes through snow/ice regions. Direct D5: meteorological data → routing client → driver in unexpected snow.
Curious if there's interest in supporting OSRM custom-profile extensions in osm_routing_client so winter_road / ice_road tags can be requested per-route. Happy to collaborate on a worked example if useful.
Hi @liodali —
osm_routing_clientis the cleanest Dart-side OSRM consumer in the ecosystem. We've been thinking about how to compose it with winter-road tags now that OSRM accepted #7465 (winter_road / ice_road / surface=ice|snow tags upstream in car.lua).We ship
condition_aggregator_jma+noaa_nws_adapter+route_condition_forecaston pub.dev — meteorological-advisory aggregation + per-segment forecast — composable with a winter-aware OSRM profile via osm_routing_client for routes through snow/ice regions. Direct D5: meteorological data → routing client → driver in unexpected snow.Curious if there's interest in supporting OSRM custom-profile extensions in osm_routing_client so winter_road / ice_road tags can be requested per-route. Happy to collaborate on a worked example if useful.