TY - DATA T1 - TU/e Microscopic Energy Consumption PRediction tOol 0.1 (TU/e MECPRO 0.1) PY - 2021/08/24 AU - Camiel Beckers AU - Tim A.G.H. Geraedts AU - I.J.M. (Igo) Besselink AU - H. (Henk) Nijmeijer UR - https://data.4tu.nl/articles/software/TU_e_Microscopic_Energy_Consumption_PRediction_tOol_0_1_TU_e_MECPRO_0_1_/12764732/3 DO - 10.4121/12764732.v3 KW - Automotive Engineering KW - Environmentally Sustainable Transport KW - Ground Transport KW - Electric Vehicle (EV) KW - Energy consumption KW - Battery Electric Vehicle N2 - The files contained within this dataset describe a simulation tool that predicts the energy consumption of a battery electric vehicle. The tool is written in MATLAB-code and is connected to various API's to make use of up-to-date route information (Overpass OpenStreetMap API), height information (SRTM elevation map), and weather information (OpenWeatherMap API).

The prediction method relies on a physics-based interpretation of the energy consumption of the vehicle. Both the velocity profile prediction algorithm and the subsequent energy consumption model are based on data obtained from dedicated vehicle tests. In the supplied version of this tool, the parameters represent the Voltia eVan, which is a fully electric delivery van with a swappable traction battery.

The tool was developed within the Dynamics & Control research-group at Eindhoven University of Technology. This project has received funding from the European Unions Horizon 2020 research and innovation programme under grant agreement No. 713771 (EVERLASTING).

Version: 0.1.3
Date: 2021-08-23

Change Log Version 0.1.3
------------------------
- Updated 'readhght' from François Beauducel, which again omits the use of the NASA/EarthDATA account that was introduced in the previous version. SRTM elevation data can now again be obtained without account.

Change Log Version 0.1.2
------------------------
- Changed the inputs to 'readhght' to use the NASA/EarthDATA server, because the original server hosting the SRTM DEM appears to be off-line. This new server requires a NASA/EarthDATA account. If road slope is to be included, 'settings.includeSlope' (l. 76, TUe_MECPRO.m) should be set to 'true' and NASA/EarthDATA account credentials should be entered in 'NASA_Earthdata_Login.txt'.
- Corrected an error in velocityProfilePredicion.m where the prescribed maximum vehicle velocity was wrongly considered to be [m/s] instead of [km/h].
- Corrected an error in processOSMmap.m that resulted in the incorrect registration of the maximum legislated velocity, in case it is prescribed as 'none' (German Highways). Now, 200km/h is assumed in case the maximum legislated velocity is 'none'. ER -