carculator-truck


Namecarculator-truck JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/romainsacchi/carculator_truck
SummaryProspective environmental and economic life cycle assessmentof medium and heavy goods vehicles
upload_time2023-06-20 08:30:53
maintainer
docs_urlNone
authorRomain Sacchi <romain.sacchi@psi.ch>
requires_python
licenseBSD 3-Clause License Copyright (c) 2020, Paul Scherrer Institut Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ``carculator_truck``

<p align="center">
  <img style="height:130px;" src="https://github.com/romainsacchi/carculator_truck/blob/master/docs/_static/img/mediumsmall.png">
</p>


<p align="center">
  <a href="https://badge.fury.io/py/carculator-truck" target="_blank"><img src="https://badge.fury.io/py/carculator-truck.svg"></a>
  <a href="https://github.com/romainsacchi/carculator_truck" target="_blank"><img src="https://github.com/romainsacchi/carculator_truck/actions/workflows/main.yml/badge.svg?branch=master"></a>
  <a href="https://coveralls.io/github/romainsacchi/carculator_truck" target="_blank"><img src="https://coveralls.io/repos/github/romainsacchi/carculator_truck/badge.svg"></a>
  <a href="https://carculator_truck.readthedocs.io/en/latest/" target="_blank"><img src="https://readthedocs.org/projects/carculator_truck/badge/?version=latest"></a>
 </p>

Prospective environmental and economic life cycle assessment of medium and heavy duty vehicles.

A fully parameterized Python model developed by the [Technology Assessment group](https://www.psi.ch/en/ta) of the
[Paul Scherrer Institut](https://www.psi.ch/en) to perform life cycle assessments (LCA) of medium and heavy duty trucks.
Based on the Life Cycle Assessment tool for passenger vehicles [carculator](https://github.com/romainsacchi/carculator).

See [the documentation](https://carculator_truck.readthedocs.io/en/latest/index.html) for more detail, validation, etc.

The model has been introduced and detailed in a publication to the journal <i>Environmental Science and Technology</i>.

[1] Sacchi R, Bauer C, Cox BL. Does Size Matter? The Influence of Size, Load Factor, Range Autonomy, and Application Type on the Life Cycle Assessment of Current and Future Medium and Heavy-Duty Vehicles.
Environ Sci Technol 2021. [https://doi.org/10.1021/acs.est.0c07773](https://doi.org/10.1021/acs.est.0c07773).

## How to install?

For the latest version, using conda::

    conda install -c romainsacchi carculator_truck

or for a stable release, from Pypi::

    pip install carculator_truck


## What does it do?

<i>carculator_truck</i> allows to model vehicles across:
<ul>
<li>different conventional and alternative powertrains: diesel, compressed natural gas, hybrid-diesel, plugin hybrid, electric, fuel cell</li>
<li>different gross weight cateogries: 3.5t, 7.5t, 18t, 26t, 32t, 40t and 60t</li>
<li>different fuel pathways: conventional fuels, bio-based fuels (biodiesel, biomethane), synthetic fuels
(Fischer-Tropsch-based synthetic diesel, synhtetic methane)</li>
<li>different years: from 2000 to 2050. Technological progress at the vehicle level but also in the rest of the world energy
system (e.g., power generation) is accounted for, using energy scenario-specific IAM-coupled ecoinvent databases produced by
<a href="https://github.com/romainsacchi/premise" target="_blank">premise</a>.</li>
<li>Inventories can be imported into <a href="https://brightway.dev/" target="_blank">Brightway2</a> and
<a href="https://www.simapro.com/" target="_blank">SimaPro 9.x.</a>.</li>
</ul>

<p align="center">
    The energy model of <i>carculator_truck</i> considers the vehicle aerodynamics, the road gradient and other factors.
    It also considers varying efficiencies of the transmission and engine at various load points for each second
    of the driving cycle.
  
  <img style="height:150px;" src="https://github.com/romainsacchi/carculator_truck/blob/master/docs/_static/img/energy_model.png">
</p>

<p align="center">
    The energy model and the calculated tank-to-wheel energy consumption is validated against the simulation software
    <a href="https://ec.europa.eu/clima/policies/transport/vehicles/vecto_en" target="_blank">VECTO</a>.
  
  <img style="height:150px;" src="https://github.com/romainsacchi/carculator_truck/blob/master/docs/_static/img/vecto_validation.png">
</p>

<p align="center">
    Benefits of hybrid powertrains are fully conidered: the possibility to recuperate braking energy as well as efficiency gains from engine
    downsizing is accounted for.
  
  <img style="height:150px;" src="https://github.com/romainsacchi/carculator_truck/blob/master/docs/_static/img/hybrid_efficiency.png">
</p>

<p align="center">
    Global warming potential impacts per ton-km for a 40-t truck, across different powertrain technologies,
    using an urban driving cycle.
  
  <img style="height:150px;" src="https://github.com/romainsacchi/carculator_truck/blob/master/docs/_static/img/urban_gwp.png">
</p>

## How to use it?

See the notebook with [examples](https://github.com/romainsacchi/carculator_truck/blob/master/examples/Examples.ipynb).

## Support

Do not hesitate to contact the development team at [carculator@psi.ch](mailto:carculator@psi.ch).

## Maintainers

* [Romain Sacchi](https://github.com/romainsacchi)
* [Chris Mutel](https://github.com/cmutel/)

## Contributing

See [contributing](https://github.com/romainsacchi/carculator_truck/blob/master/CONTRIBUTING.md).

## License

[BSD-3-Clause](https://github.com/romainsacchi/carculator_truck/blob/master/LICENSE). Copyright 2020 Paul Scherrer Institut.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/romainsacchi/carculator_truck",
    "name": "carculator-truck",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Romain Sacchi <romain.sacchi@psi.ch>",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/76/d6/9d2d0d48c1fe9ea43b18cf562d94248a008e96b7e3ecf9560af1da429676/carculator_truck-0.4.0.tar.gz",
    "platform": null,
    "description": "# ``carculator_truck``\n\n<p align=\"center\">\n  <img style=\"height:130px;\" src=\"https://github.com/romainsacchi/carculator_truck/blob/master/docs/_static/img/mediumsmall.png\">\n</p>\n\n\n<p align=\"center\">\n  <a href=\"https://badge.fury.io/py/carculator-truck\" target=\"_blank\"><img src=\"https://badge.fury.io/py/carculator-truck.svg\"></a>\n  <a href=\"https://github.com/romainsacchi/carculator_truck\" target=\"_blank\"><img src=\"https://github.com/romainsacchi/carculator_truck/actions/workflows/main.yml/badge.svg?branch=master\"></a>\n  <a href=\"https://coveralls.io/github/romainsacchi/carculator_truck\" target=\"_blank\"><img src=\"https://coveralls.io/repos/github/romainsacchi/carculator_truck/badge.svg\"></a>\n  <a href=\"https://carculator_truck.readthedocs.io/en/latest/\" target=\"_blank\"><img src=\"https://readthedocs.org/projects/carculator_truck/badge/?version=latest\"></a>\n </p>\n\nProspective environmental and economic life cycle assessment of medium and heavy duty vehicles.\n\nA fully parameterized Python model developed by the [Technology Assessment group](https://www.psi.ch/en/ta) of the\n[Paul Scherrer Institut](https://www.psi.ch/en) to perform life cycle assessments (LCA) of medium and heavy duty trucks.\nBased on the Life Cycle Assessment tool for passenger vehicles [carculator](https://github.com/romainsacchi/carculator).\n\nSee [the documentation](https://carculator_truck.readthedocs.io/en/latest/index.html) for more detail, validation, etc.\n\nThe model has been introduced and detailed in a publication to the journal <i>Environmental Science and Technology</i>.\n\n[1] Sacchi R, Bauer C, Cox BL. Does Size Matter? The Influence of Size, Load Factor, Range Autonomy, and Application Type on the Life Cycle Assessment of Current and Future Medium and Heavy-Duty Vehicles.\nEnviron Sci Technol 2021. [https://doi.org/10.1021/acs.est.0c07773](https://doi.org/10.1021/acs.est.0c07773).\n\n## How to install?\n\nFor the latest version, using conda::\n\n    conda install -c romainsacchi carculator_truck\n\nor for a stable release, from Pypi::\n\n    pip install carculator_truck\n\n\n## What does it do?\n\n<i>carculator_truck</i> allows to model vehicles across:\n<ul>\n<li>different conventional and alternative powertrains: diesel, compressed natural gas, hybrid-diesel, plugin hybrid, electric, fuel cell</li>\n<li>different gross weight cateogries: 3.5t, 7.5t, 18t, 26t, 32t, 40t and 60t</li>\n<li>different fuel pathways: conventional fuels, bio-based fuels (biodiesel, biomethane), synthetic fuels\n(Fischer-Tropsch-based synthetic diesel, synhtetic methane)</li>\n<li>different years: from 2000 to 2050. Technological progress at the vehicle level but also in the rest of the world energy\nsystem (e.g., power generation) is accounted for, using energy scenario-specific IAM-coupled ecoinvent databases produced by\n<a href=\"https://github.com/romainsacchi/premise\" target=\"_blank\">premise</a>.</li>\n<li>Inventories can be imported into <a href=\"https://brightway.dev/\" target=\"_blank\">Brightway2</a> and\n<a href=\"https://www.simapro.com/\" target=\"_blank\">SimaPro 9.x.</a>.</li>\n</ul>\n\n<p align=\"center\">\n    The energy model of <i>carculator_truck</i> considers the vehicle aerodynamics, the road gradient and other factors.\n    It also considers varying efficiencies of the transmission and engine at various load points for each second\n    of the driving cycle.\n  \n  <img style=\"height:150px;\" src=\"https://github.com/romainsacchi/carculator_truck/blob/master/docs/_static/img/energy_model.png\">\n</p>\n\n<p align=\"center\">\n    The energy model and the calculated tank-to-wheel energy consumption is validated against the simulation software\n    <a href=\"https://ec.europa.eu/clima/policies/transport/vehicles/vecto_en\" target=\"_blank\">VECTO</a>.\n  \n  <img style=\"height:150px;\" src=\"https://github.com/romainsacchi/carculator_truck/blob/master/docs/_static/img/vecto_validation.png\">\n</p>\n\n<p align=\"center\">\n    Benefits of hybrid powertrains are fully conidered: the possibility to recuperate braking energy as well as efficiency gains from engine\n    downsizing is accounted for.\n  \n  <img style=\"height:150px;\" src=\"https://github.com/romainsacchi/carculator_truck/blob/master/docs/_static/img/hybrid_efficiency.png\">\n</p>\n\n<p align=\"center\">\n    Global warming potential impacts per ton-km for a 40-t truck, across different powertrain technologies,\n    using an urban driving cycle.\n  \n  <img style=\"height:150px;\" src=\"https://github.com/romainsacchi/carculator_truck/blob/master/docs/_static/img/urban_gwp.png\">\n</p>\n\n## How to use it?\n\nSee the notebook with [examples](https://github.com/romainsacchi/carculator_truck/blob/master/examples/Examples.ipynb).\n\n## Support\n\nDo not hesitate to contact the development team at [carculator@psi.ch](mailto:carculator@psi.ch).\n\n## Maintainers\n\n* [Romain Sacchi](https://github.com/romainsacchi)\n* [Chris Mutel](https://github.com/cmutel/)\n\n## Contributing\n\nSee [contributing](https://github.com/romainsacchi/carculator_truck/blob/master/CONTRIBUTING.md).\n\n## License\n\n[BSD-3-Clause](https://github.com/romainsacchi/carculator_truck/blob/master/LICENSE). Copyright 2020 Paul Scherrer Institut.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2020, Paul Scherrer Institut  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Prospective environmental and economic life cycle assessmentof medium and heavy goods vehicles",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/romainsacchi/carculator_truck"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bf33c9c5ac623c2593d6e04a2471d073ac59bf5615dde40339c6b120c0ef96c",
                "md5": "51d6292e7b6004f5bd4bb623a62cdd0f",
                "sha256": "13abdc64132398935871c8cad0020c319141279c4de07aa170bb7c93e4ad798c"
            },
            "downloads": -1,
            "filename": "carculator_truck-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51d6292e7b6004f5bd4bb623a62cdd0f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 61669,
            "upload_time": "2023-06-20T08:30:52",
            "upload_time_iso_8601": "2023-06-20T08:30:52.192710Z",
            "url": "https://files.pythonhosted.org/packages/0b/f3/3c9c5ac623c2593d6e04a2471d073ac59bf5615dde40339c6b120c0ef96c/carculator_truck-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76d69d2d0d48c1fe9ea43b18cf562d94248a008e96b7e3ecf9560af1da429676",
                "md5": "0399e83dcfb7211bf7ab258200887585",
                "sha256": "b8dca7c0b2510e041ffbb64668f0a6099496365e842e554638f38e78be0329e7"
            },
            "downloads": -1,
            "filename": "carculator_truck-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0399e83dcfb7211bf7ab258200887585",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 63446,
            "upload_time": "2023-06-20T08:30:53",
            "upload_time_iso_8601": "2023-06-20T08:30:53.954419Z",
            "url": "https://files.pythonhosted.org/packages/76/d6/9d2d0d48c1fe9ea43b18cf562d94248a008e96b7e3ecf9560af1da429676/carculator_truck-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-20 08:30:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "romainsacchi",
    "github_project": "carculator_truck",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "requirements": [],
    "lcname": "carculator-truck"
}
        
Elapsed time: 0.07872s