AndreaFodor / Elevate

Web app that calculates the most fuel efficient route in Montreal using streetmap data, routing algorithms, and elevation data.
GNU General Public License v3.0
2 stars 0 forks source link

Fuel consumption should depend on the vehicle #2

Open atg-abhishek opened 5 years ago

atg-abhishek commented 5 years ago

I would recommend linking this up with the Car class implementation for more accurate results as the linked asset in the comment above the ref indicates that this is for a specific vehicle type

Ref: https://github.com/AndreaFodor/Elevate/blob/84962ccc10c37c695af54194877cf40710e17f18/fuelConsumption.py#L16

AndreaFodor commented 5 years ago

Yes, that is still in development, we didn't have time to fully implement that feature. The idea was to find a database with different car models and implement that. Thanks for your comment!