waste_flow
A python package for retrieving and analyzing data concerning the waste management of European countries.
https://github.com/xapple/waste_flow
Category: Industrial Ecology
Sub Category: Circular Economy and Waste
Keywords
eurostat waste-management
Last synced: about 7 hours ago
JSON representation
Repository metadata
A package for retrieving and analyzing data concerning waste management on the European continent.
- Host: GitHub
- URL: https://github.com/xapple/waste_flow
- Owner: xapple
- License: mit
- Created: 2020-04-30T12:54:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T15:47:10.000Z (7 months ago)
- Last Synced: 2025-03-15T12:14:51.810Z (about 2 months ago)
- Topics: eurostat, waste-management
- Language: Python
- Homepage:
- Size: 535 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
README.md
waste_flow
version 1.3.2
waste_flow
is a python package for retrieving and analyzing data concerning the waste management of European countries.
Installing
Since waste_flow
is written in python it is compatible with all operating systems: Linux, macOS and Windows. The only prerequisite is python version 3.9 or above which is often installed by default. Simply choose one of the two following methods to install, depending on which package manager you prefer to use.
conda
Installing via $ conda install -c conda-forge -c xapple waste_flow
pip
Installing via $ python3 -m pip install --user waste_flow
Troubleshooting
- If you do not have
conda
on your system you can refer to this section. - If you do not have
pip3
on your system you can refer to this section. - If you do not have
python3
on your system or have an outdated version, you can refer to this other section. - If none of the above has enabled you to install
waste_flow
, please open an issue on the bug tracker, and we will get back to you shortly.
Usage
Bellow are some examples to illustrate the various ways there are to use this package.
To retrieve the large dataframe with dry mass for all years and all countries you can do the following from your python interpreter:
>>> from waste_flow.analysis import waste_ana
>>> print(waste_ana.dry_mass)
If you just want to see how much rubber waste did the UK generate in 2008, you can do the following:
>>> from waste_flow.generation import waste_gen
>>> params = ("waste == 'W073' & "
>>> "country == 'UK' & "
>>> "year == '2008'")
>>> result = waste_gen.long_format.query(params)
>>> print(result)
To create the waste generation plots do the following:
>>> from waste_flow.viz.gen_by_country import legend
>>> print(legend.plot(rerun=True))
>>> from waste_flow.viz.gen_by_country import countries
>>> for gen_viz in countries.values():
>>> print(gen_viz.plot(rerun=True))
Cache
When you import waste_flow
, we will check the $WASTE_FLOW_CACHE
environment variable to see where to download and store the cached data. If this variable is not set, we will default to the platform's temporary directory and clone a repository there. This could result in re-downloading the cache after every reboot.
Features
The first time you run waste_flow
, it will automatically download the raw CSVs from the EUROSTAT website to disk and parse the resulting data. On later runs, waste_flow
will simply retrieve this information directly from the disk. This means that the first time you execute the pipeline things will be noticeably slower: this is normal.
Source
The two datasets used in this pipeline are available at the following addresses:
-
https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=env_wasgen&lang=en
-
https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=env_wastrt&lang=en
These are obtained by starting at https://ec.europa.eu/eurostat/data/database and following "Database by themes -> Environment -> Waste -> Waste treatment"
The full name of the datasets are:
- Generation of waste by waste category, hazardousness and NACE Rev. 2 activity (
env_wasgen
). - Treatment of waste by waste category, hazardousness and waste management operations (
env_wastrt
).
Customizing
The pipeline is flexible as the user can specify what coefficients they desire or even what custom waste categories they want to create. These input parameters are in the files under the waste_flow/extra_data_xls
directory.
Visualizations
The waste_flow
package can also generate several types of plots that enable the user to compare and visualize the data.
For instance here is a series of graphs comparing the total reported waste generated in wet tonnes between European countries for the nace category C20-C22
.
"Manufacture of chemical, pharmaceutical, rubber and plastic products"
Distributing the package
-
Instructions for distributing and uploading
waste_flow
on PyPI so that it can be installed bypip
can be found here. The current uploaded version is listed here. -
Instructions for distributing and uploading
waste_flow
on anaconda so that it can be installed byconda
can be found here. The current uploaded version is listed here.
Two scripts that automate these processes can be found in the following repository:
https://github.com/xapple/bumphub
Developer documentation
The internal documentation of the waste_flow
python package is available at:
http://xapple.github.io/waste_flow/waste_flow
This documentation is simply generated from the source code with this command:
$ pdoc3 --html --output-dir docs --force waste_flow
Owner metadata
- Name: Lucas Sinclair
- Login: xapple
- Email:
- Kind: user
- Description: Bioinformatics consulting, Data Science, DevOps
- Website: https://sinclair.bio
- Location: Post-geographic consultant
- Twitter:
- Company: Sinclair.Bio
- Icon url: https://avatars.githubusercontent.com/u/649288?v=4
- Repositories: 29
- Last ynced at: 2023-04-10T15:28:14.306Z
- Profile URL: https://github.com/xapple
GitHub Events
Total
Last Year
Committers metadata
Last synced: 2 days ago
Total Commits: 127
Total Committers: 3
Avg Commits per committer: 42.333
Development Distribution Score (DDS): 0.047
Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Lucas Sinclair | 6****e | 121 |
SarahBetoulMubareka | 4****a | 4 |
selenepatani91 | s****i@e****u | 2 |
Committer domains:
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 5
Total pull requests: 0
Average time to close issues: about 6 hours
Average time to close pull requests: N/A
Total issue authors: 3
Total pull request authors: 0
Average comments per issue: 2.8
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0
Past year issues: 1
Past year pull requests: 0
Past year average time to close issues: 41 minutes
Past year average time to close pull requests: N/A
Past year issue authors: 1
Past year pull request authors: 0
Past year average comments per issue: 1.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- selenepatani (2)
- SarahBetoulMubareka (2)
- SPatani91 (1)
Top Pull Request Authors
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 1
-
Total downloads:
- pypi: 269 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 12
- Total maintainers: 1
pypi.org: waste-flow
A package for retrieving data concerning waste management on the European continent.
- Homepage: http://github.com/xapple/waste_flow/
- Documentation: https://waste-flow.readthedocs.io/
- Licenses: MIT
- Latest release: 1.3.2 (published over 3 years ago)
- Last Synced: 2025-04-29T13:32:06.916Z (1 day ago)
- Versions: 12
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 269 Last month
-
Rankings:
- Dependent packages count: 10.119%
- Dependent repos count: 21.545%
- Average: 27.584%
- Stargazers count: 27.848%
- Forks count: 29.791%
- Downloads: 48.617%
- Maintainers (1)
Score: 8.087025470667701