Metadata-Version: 1.1
Name: emission
Version: 0.3.2
Summary: Emission calculator library
Home-page: https://github.com/NPRA/EmissionCalculatorLib
Author: Juraj Cirbus <Juraj.Cirbus@norconsult.com>, Tomas Levin <tomas.levin@vegvesen.no>, Asbjørn Alexander Fellinghaug <asbjorn.fellinghaug@webstep.no>
Author-email: asbjorn@fellinghaug.com
License: BSD
Description: 
        =====================
        EmissionCalculatorLib
        =====================
        
        
        This python library uses formulas and factors from EU to calculate the emission(s) from personal cars, busses to trailers of various sizes give a start and stop point (see 'examples/simple_planner.py').
        
        You could also calculate the emission for a given vehicle.
        
        
        Pull requests are more than welcome! Please visit the `project on GitHub <https://github.com/NPRA/EmissionCalculatorLib>`_.
        Also checkout the `CHANGELOG.md <CHANGELOG.md>`_.
        
        
        Quickstart
        ---------
        
        Show the "make help" and run the test cases
        
        .. highlight:: bash
            :linenothreshold: 5
        
            $ make help
            Use target: test, install, uninstall, upload or clean
        
        .. highlight:: bash
            :linenothreshold: 5
        
            $ make test
            Use target: test, install, uninstall, upload or clean
        
        
        Examples
        --------
        
        We have some examples (more to come) under the 'examples' directory. You can use them to view how a simple planning with some pre-defined emissions might look like.
        
        If you see some improvements, bugs or something, then please file a Github issue so we can continue to improve.
        
        
        Routing Service
        ---------------
        
        We are using the Routing Service which serves NPRA's "vegkart": https://www.vegvesen.no/vegkart/vegkart/. The routing services is served from Triona (triona.se).
        
        
        
Keywords: Emission calculation library using the NVDB (Norway)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Education
Classifier: Topic :: Office/Business
