A command line tool and Python package to calculate levelised cost of electricity
Description
Calculate levelised cost of electricity on the command line with the lcoe command:
$ lcoe 500000000 2000000000 25000000 0.07 20 LCOE is 0.03609823143581392
Use the lcoe library in your Python code:
from lcoe.lcoe import lcoe operating_cost = 25000000 #$million/year capital_cost = 500000000 # $million discount_rate = 0.07 # % lifetime = 20 annual_output = 2000000000 # kWh lcoe(annual_output, capital_cost, operating_cost, discount_rate, lifetime)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lcoe-0.2.2.tar.gz
(18.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lcoe-0.2.2.tar.gz.
File metadata
- Download URL: lcoe-0.2.2.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
745056f62f336066370e0271b7aebf171a1aeb4f7be107ef168e9030f9b1617d
|
|
| MD5 |
9434246e53eed38c6075ad218165530e
|
|
| BLAKE2b-256 |
534676fe845ffe25cd4fcc36e5dcbcd98e53f68d0f0208bb4b0c3860d48fe08f
|
File details
Details for the file lcoe-0.2.2-py2.py3-none-any.whl.
File metadata
- Download URL: lcoe-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6f483658a9f020d59d5ecb083ba946e51eb5ac7d1a27f0b7e59381ae658c582
|
|
| MD5 |
c883219c11fbf09f2bb71ffd1855ee2b
|
|
| BLAKE2b-256 |
c96d1717cafe14979523f230a46e6224779df511a973bee38964069e700f2459
|