nickolasclarke / dispatch

A discrete-event simulation (DES) model for simulating deployment of EV bus fleets, using GTFS data
2 stars 0 forks source link

Add est. route efficiency by elevation profile #41

Open nickolasclarke opened 4 years ago

nickolasclarke commented 4 years ago

Currently we fix the drive train efficiency. We should make more accurate estimates of the route efficiency in both directions of travel based on the elevation profile of the route.

https://github.com/Dungyichao/Electric-Vehicle-Route-Planning-on-Google-Map-Reinforcement-Learning has simple physical model of how this might work.

r-barnes commented 4 years ago

I think our largest source of inaccuracy will be not accounting for acceleration/deceleration at bus stops and traffic controls.

Nonetheless, this is probably a kind of low-hanging fruit. I'd suggest acquiring a global digital elevation model (MERIT 90m might work) and querying this to get the elevations.

nickolasclarke commented 4 years ago

yes, this is small potatoes as this point, but I wanted to note it, in the off chance we do ever get around to it.