route_condition_forecast 0.2.0 copy "route_condition_forecast: ^0.2.0" to clipboard
route_condition_forecast: ^0.2.0 copied to clipboard

Per-segment weather and hazard forecasting along a planned route. Projects driving_weather + fleet_hazard onto route segments. Pure Dart.

example/main.dart

// Minimal example for route_condition_forecast.
//
// Demonstrates the typed surface — RouteSegment + RouteForecast +
// SegmentConditionForecast — that an integrator constructs from a
// planned route plus driving_weather + fleet_hazard inputs.

import 'package:route_condition_forecast/route_condition_forecast.dart';

void main() {
  print('Surface: $RouteSegment / $RouteForecast / $SegmentConditionForecast');
  print('Compose with driving_weather + fleet_hazard inputs to project');
  print('per-segment hazard with time-of-arrival weighting.');
}
0
likes
140
points
94
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Per-segment weather and hazard forecasting along a planned route. Projects driving_weather + fleet_hazard onto route segments. Pure Dart.

Repository (GitHub)
View/report issues
Contributing

Topics

#navigation #safety #automotive #winter-driving #routing

License

BSD-3-Clause (license)

Dependencies

driving_weather, equatable, fleet_hazard, latlong2, routing_engine

More

Packages that depend on route_condition_forecast