Solid Waste Optimization Life-cycle Framework in Python(SwolfPy)
Project description
Solid Waste Optimization Life-cycle Framework in Python(SwolfPy)
Free software: GNU GENERAL PUBLIC LICENSE V2
Website: https://swolfpy-project.github.io
Documentation: https://swolfpy.readthedocs.io
Repository: https://github.com/SwolfPy-Project/swolfpy
Features
Life-cycle assessment of Municipal Solid Waste (MSW) systems
Comparative LCA
Contribution analysis
LCI report
Monte Carlo simulation
Uncertainty analysis
Data visualization (distributions & correlations)
Optimization
Minimize environmental burdens or cost subject to a number of technical or policy-related constraints
Process model |
Description |
|
---|---|---|
1 |
Landfill (LF) |
Calculates emissions, material use, and energy use associated with construction, operations, closure and post-closure activities, landfill gas and leachate management, and carbon storage. |
2 |
Waste-to-Energy (WTE) |
Calculates emissions, mass flows, and resource use and recovery for the mass burn WTE process. |
3 |
Gasification & Syngas Combustion (GC) |
Calculates emissions, mass flows, and resource use and recovery for the GC process (Produced syngas from gasification is combusted to produce electricity by steam turbine). |
4 |
Composting (Comp) |
Calculates emissions, mass flows, and resource use and recovery for aerobic composting process and final use of compost. |
5 |
Home Composting (HC) |
Calculates emissions, mass flows, and resource use and recovery for home composting process and final use of compost. |
6 |
Anaerobic Digestion (AD) |
Calculates emissions, mass flows, and resource use and recovery for anaerobic digestion process and final use of compost. |
7 |
Single-Stream Material Recovery facility (SS_MRF) |
Calculates cost, emissions, and energy use associated with material recovery facilities. |
8 |
Refuse-Derived Fuel (RDF) |
Calculates cost, emissions, and energy use associated with RDF prodcution facilities. |
9 |
Reprocessing (Reproc) |
Calculates emissions, mass flows, and resource use and recovery associated with recycling materials. |
10 |
Transfer Station (TS) |
Calculates cost, emissions, and energy use associated with Transfer Stations. |
11 |
Single Family Collection (SF_Col) |
Calculates cost, emissions, and fossil fuel use associated with MSW collection. |
Installation
1- Download and install miniconda from: https://docs.conda.io/en/latest/miniconda.html
2- Update conda in a terminal window or anaconda prompt:
conda update conda
3- Add conda channels:
conda config --append channels conda-forge conda config --append channels cmutel conda config --append channels haasad
4- Create a new environment for swolfpy:
conda create --name swolfpy python=3.7
5- Activate the environment:
conda activate swolfpy
6- Install swolfpy in the environment:
pip install swolfpy
7- Open python to run swolfpy:
python
8- Run swolfpy in python:
import swolfpy as sp sp.swolfpy()
History
0.2.3 (2021-11-16)
Improve data validation in GUI
Improve warning/Pop-ups
0.2.2 (2021-10-02)
Add Home Composting (HC)
Add Gasification & Syngas combustion (GC)
Add Refuse-derived fuel (RDF)
0.2.0 (2021-05-10)
Add tab for correlation analysis.
Add cost calculations.
Add help to interface.
Parallel optimization.
0.1.8 (2020-05-20)
Add tab for Monte Carlo results analysis.
Show Sankey for mass flows after optimization.
Show SWM Network graph.
0.1.6 (2020-04-11)
Add Reporcessing.
Revise Functional units.
Reivse parameters class.
0.1.0 (2020-02-27)
First release on PyPI.
Main functionality: LCA, Monte-Carlo, and Optimization.
Process Models include LF, WTE, Composting, AD, SS_MRF, and Collection.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file swolfpy-0.2.4.tar.gz
.
File metadata
- Download URL: swolfpy-0.2.4.tar.gz
- Upload date:
- Size: 3.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbbb7f4306c4fea438dd722d59e3c1f8d18a8b283bde7f5744c38e4f2be8e0b2 |
|
MD5 | f04e5c21e5e380c4ce37fa3cc55f3dfe |
|
BLAKE2b-256 | 9627d3df241f722975c4be748d72343c3c915fa85bc04a04723888cdb7d04c5f |
File details
Details for the file swolfpy-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: swolfpy-0.2.4-py3-none-any.whl
- Upload date:
- Size: 669.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 098381c67093a2ebdd7c2d96538dd8e1e8b2e70d68cdfcdbf8972ed0dbe8153f |
|
MD5 | cc56e07d78596a6193e9cbe845598777 |
|
BLAKE2b-256 | 719195f1888181877b2c07669da5b532b3f5c16e3bc3dc776e760aaadad42350 |