co2mpas


Nameco2mpas JSON
Version 4.3.5 PyPI version JSON
download
home_pagehttps://github.com/JRCSTU/co2mpas-ta
SummaryThe Type-Approving vehicle simulator predicting NEDC CO2 emissions from WLTP
upload_time2023-11-15 11:49:06
maintainer
docs_urlNone
authorCO2MPAS-Team
requires_python>=3.5
licenseEUPL 1.1+
keywords co2 fuel-consumption wltp nedc vehicle automotive eu jrc iet stu correlation back-translation policy monitoring m1 n1 simulator engineering scientific
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
What is CO2MPAS?
****************

CO2MPAS is backward-looking longitudinal-dynamics CO2 and
fuel-consumption simulator for light-duty M1 & N1 vehicles (cars and
vans), specially crafted to *estimate the CO2 emissions of vehicles
undergoing NEDC* testing based on the emissions produced *WLTP
testing* during type-approval, according to the EU legislations
*1152/EUR/2017 and 1153/EUR/2017* (see `History`_ section, below).

It is an open-source project (`EUPL 1.1+
<https://joinup.ec.europa.eu/software/page/eupl>`_) developed for
Python-3.6+. It runs either as a *console command* or as a *desktop
GUI application*, and it uses Excel-files or pure python structures
(dictionary and lists) for its input & output data.


History
=======

The *European Commission* has introduced the *WLTP* as the test
procedure for the type I test of the European type-approval of
Light-duty vehicles as of September 2017. Its introduction has
required the adaptation of CO2 certification and monitoring procedures
set by European regulations (443/2009, 510/2011, 1152/EUR/2017 and
1153/EUR/2017). European Commission’s *Joint Research Centre* (JRC)
has been assigned the development of this vehicle simulator to
facilitate this adaptation.

The European Regulation setting the conditions for using CO2MPAS can
be found in `the Comitology Register
<http://ec.europa.eu/transparency/regcomitology/index.cfm?do=search.documentdetail&dos_id=0&ds_id=45835&version=2>`_
after its adoption by the *Climate Change Committee* which took place
on June 23, 2016, and its 2nd vote for modifications, in April 27,
2017.


Installation
************

To install CO2MPAS use (with root privileges):

.. code:: console

   $ pip install co2mpas

Or download the latest git version and use (with root privileges):

.. code:: console

   $ python setup.py install

Some additional functionality is enabled installing the following
extras:

*  ``cli``: enables the command line interface.

*  ``sync``: enables the time series synchronization tool (i.e.,
   `syncing <https://github.com/vinci1it2000/syncing>`_ previously
   named ``datasync``).

*  ``gui``: enables the graphical user interface.

*  ``plot``: enables to plot the CO2MPAS model and the workflow of
   each run.

*  ``io``: enables to read/write excel files.

*  ``driver``: enables the driver model (currently is not available).

To install co2mpas and all extras, do:

.. code:: console

   $ pip install 'co2mpas[all]'

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JRCSTU/co2mpas-ta",
    "name": "co2mpas",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "CO2,fuel-consumption,WLTP,NEDC,vehicle,automotive,EU,JRC,IET,STU,correlation,back-translation,policy,monitoring,M1,N1,simulator,engineering,scientific",
    "author": "CO2MPAS-Team",
    "author_email": "JRC-CO2MPAS@ec.europa.eu",
    "download_url": "https://files.pythonhosted.org/packages/2b/a0/b1ac533613c01b3a7c9a7005624fffbee61553a225423233d0db0300e0cd/co2mpas-4.3.5.tar.gz",
    "platform": "any",
    "description": "\nWhat is CO2MPAS?\n****************\n\nCO2MPAS is backward-looking longitudinal-dynamics CO2 and\nfuel-consumption simulator for light-duty M1 & N1 vehicles (cars and\nvans), specially crafted to *estimate the CO2 emissions of vehicles\nundergoing NEDC* testing based on the emissions produced *WLTP\ntesting* during type-approval, according to the EU legislations\n*1152/EUR/2017 and 1153/EUR/2017* (see `History`_ section, below).\n\nIt is an open-source project (`EUPL 1.1+\n<https://joinup.ec.europa.eu/software/page/eupl>`_) developed for\nPython-3.6+. It runs either as a *console command* or as a *desktop\nGUI application*, and it uses Excel-files or pure python structures\n(dictionary and lists) for its input & output data.\n\n\nHistory\n=======\n\nThe *European Commission* has introduced the *WLTP* as the test\nprocedure for the type I test of the European type-approval of\nLight-duty vehicles as of September 2017. Its introduction has\nrequired the adaptation of CO2 certification and monitoring procedures\nset by European regulations (443/2009, 510/2011, 1152/EUR/2017 and\n1153/EUR/2017). European Commission\u2019s *Joint Research Centre* (JRC)\nhas been assigned the development of this vehicle simulator to\nfacilitate this adaptation.\n\nThe European Regulation setting the conditions for using CO2MPAS can\nbe found in `the Comitology Register\n<http://ec.europa.eu/transparency/regcomitology/index.cfm?do=search.documentdetail&dos_id=0&ds_id=45835&version=2>`_\nafter its adoption by the *Climate Change Committee* which took place\non June 23, 2016, and its 2nd vote for modifications, in April 27,\n2017.\n\n\nInstallation\n************\n\nTo install CO2MPAS use (with root privileges):\n\n.. code:: console\n\n   $ pip install co2mpas\n\nOr download the latest git version and use (with root privileges):\n\n.. code:: console\n\n   $ python setup.py install\n\nSome additional functionality is enabled installing the following\nextras:\n\n*  ``cli``: enables the command line interface.\n\n*  ``sync``: enables the time series synchronization tool (i.e.,\n   `syncing <https://github.com/vinci1it2000/syncing>`_ previously\n   named ``datasync``).\n\n*  ``gui``: enables the graphical user interface.\n\n*  ``plot``: enables to plot the CO2MPAS model and the workflow of\n   each run.\n\n*  ``io``: enables to read/write excel files.\n\n*  ``driver``: enables the driver model (currently is not available).\n\nTo install co2mpas and all extras, do:\n\n.. code:: console\n\n   $ pip install 'co2mpas[all]'\n",
    "bugtrack_url": null,
    "license": "EUPL 1.1+",
    "summary": "The Type-Approving vehicle simulator predicting NEDC CO2 emissions from WLTP",
    "version": "4.3.5",
    "project_urls": {
        "Documentation": "http://co2mpas.readthedocs.io",
        "Download": "https://github.com/JRCSTU/co2mpas-ta/tarball/v4.3.5",
        "Homepage": "https://github.com/JRCSTU/co2mpas-ta",
        "Issue tracker": "https://github.com/JRCSTU/co2mpas-ta/issues"
    },
    "split_keywords": [
        "co2",
        "fuel-consumption",
        "wltp",
        "nedc",
        "vehicle",
        "automotive",
        "eu",
        "jrc",
        "iet",
        "stu",
        "correlation",
        "back-translation",
        "policy",
        "monitoring",
        "m1",
        "n1",
        "simulator",
        "engineering",
        "scientific"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d21cafc89688dd4430c0c8ec10566a9a4ac4f696343ac9174233a15561c7c197",
                "md5": "53422952b1f9a239fc6764ddc73862ee",
                "sha256": "3febfd61996a908be1120d27031f4d018c1c5502abeed470ec22f7e52f5292c9"
            },
            "downloads": -1,
            "filename": "co2mpas-4.3.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53422952b1f9a239fc6764ddc73862ee",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.5",
            "size": 4055759,
            "upload_time": "2023-11-15T11:49:01",
            "upload_time_iso_8601": "2023-11-15T11:49:01.521115Z",
            "url": "https://files.pythonhosted.org/packages/d2/1c/afc89688dd4430c0c8ec10566a9a4ac4f696343ac9174233a15561c7c197/co2mpas-4.3.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ba0b1ac533613c01b3a7c9a7005624fffbee61553a225423233d0db0300e0cd",
                "md5": "228fa0519ff4eeffee412ca41ef26a4f",
                "sha256": "88898aca99b53486def49c6eb806ac9388033fa1a4c7376d48798026a32acd8d"
            },
            "downloads": -1,
            "filename": "co2mpas-4.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "228fa0519ff4eeffee412ca41ef26a4f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 3997645,
            "upload_time": "2023-11-15T11:49:06",
            "upload_time_iso_8601": "2023-11-15T11:49:06.230700Z",
            "url": "https://files.pythonhosted.org/packages/2b/a0/b1ac533613c01b3a7c9a7005624fffbee61553a225423233d0db0300e0cd/co2mpas-4.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 11:49:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JRCSTU",
    "github_project": "co2mpas-ta",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "co2mpas"
}
        
Elapsed time: 0.14820s