wltp: generate WLTC gear-shifts based on vehicle characteristics¶
| release: | 1.0.0.dev12 |
|---|---|
| date: | 2019-08-30 14:55:39 |
| documentation: | https://wltp.readthedocs.org/ (build-date: Aug 30, 2019) |
| source: | https://github.com/JRCSTU/wltp |
| live-demo: | https://mybinder.org/v2/gh/JRCSTU/wltp/master?urlpath=lab/tree/Notebooks/README.md |
| pypi-repo: | https://pypi.python.org/pypi/wltp |
| keywords: | UNECE, automotive, car, cars, driving, engine, fuel-consumption, gears, gearshifts, rpm, simulation, simulator, standard, vehicle, vehicles, wltc, nedc |
| Copyright: | 2013-2019 European Commission (JRC-IET) |
| License: | EUPL 1.1+ |
A python package to generate the gear-shifts of Light-duty vehicles running the WLTP driving-cycles, according to UNECE’s GTRs.
Figure 1: Cycles for class-3b Vehicles
Attention
This wltp python project is still in alpha stage, in the send that its results are not “correct” by the standard, and no WLTP dyno-tests should rely currently on them.
Some of the known limitations are described in these places:
- In the Changes.
- Compare results with AccDB in
Notebooks/CarsDB-compare.ipynbnotebook; launch your private demo-server () to view it.
- 1. Introduction
- 2. Usage
- 3. Architecture
- 4. Tests, Metrics & Reports
- 5. Annex 2
- 6. API reference
- 6.1. Module:
wltp.cycles - 6.2. Module:
wltp.datamodel - 6.3. Module:
wltp.experiment - 6.4. Module:
wltp.cycler - 6.5. Module:
wltp.engine - 6.6. Module:
wltp.vehicle - 6.7. Module:
wltp.vmax - 6.8. Module:
wltp.downscale - 6.9. Module:
wltp.invariants - 6.10. Module:
wltp.io - 6.11. Module:
wltp.utils - 6.12. Module:
wltp.cli - 6.13. Module:
wltp.plots - 6.14. Module:
wltp.idgears - 6.15. Validation tests & HDF5 DB
- 6.1. Module:
- 7. Schema
- 8. Getting Involved
- 9. Changes
- 9.1. GTR version matrix
- 9.2. Known deficiencies
- 9.3. TODOs
- 9.4. Changelog
- 9.4.1. v1.0.0.dev12 (20-Aug-2019): PY3.5 only & real work!
- 9.4.2. v0.1.2a0 (5-Jun-2019): Relax checks
- 9.4.3. v0.1.1a0 (25-May-2019): UNECE takeover
- 9.4.4. v0.1.0a3 (23-Aug-2018)
- 9.4.5. v0.1.0-alpha.2 (25-May-2017)
- 9.4.6. v0.1.0-alpha.1 (9-Mar-2017)
- 9.4.7. v0.1.0-alpha.0 (26-Feb-2017)
- 9.4.8. v0.0.9-alpha.5 (7-Feb-2017)
- 9.4.9. v0.0.9-alpha.4 (5-Oct-2015)
- 9.4.10. v0.0.9-alpha.3 (1-Dec-2014)
- 9.4.11. v0.0.9-alpha.1 (1-Oct-2014)
- 9.4.12. v0.0.8-alpha(04-Aug-2014), v0.0.8.alpha.2(1-Dec-2014)
- 9.4.13. v0.0.7-alpha, 31-Jul-2014: 1st internal
- 9.4.14. v0.0.6-alpha, 5-Feb-2014
- 9.4.15. v0.0.5-alpha, 18-Feb-2014
- 9.4.16. v0.0.4.alpha, 18-Jan-2014
- 9.4.17. v0.0.3_alpha, 22-Jan-2014
- 9.4.18. v0.0.2_alpha, 7-Jan-2014
- 9.4.19. v0.0.1, 6-Jan-2014: Alpha release
- 9.4.20. v0.0.0, 11-Dec-2013: Inception stage
- 9.5. Questions to Mr Heinz
- 10. FAQ
- 11. Tables & Indices

